summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-08-12 13:43:10 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-08-12 13:43:10 +0200
commit89bb5d73f84ac40bb4fee5b852f5d788d109c3c0 (patch)
tree4f8d7f00e665489c25fcccc1024e466d135b751c
parent3543cd377ab0255ee14722ee42c22fa2af3cadbd (diff)
downloadglibmm-89bb5d73f84ac40bb4fee5b852f5d788d109c3c0.tar.gz
Gio::SocketService: Add active property.
-rw-r--r--gio/src/socketservice.hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/socketservice.hg b/gio/src/socketservice.hg
index 2a8b573e..b8cb5c57 100644
--- a/gio/src/socketservice.hg
+++ b/gio/src/socketservice.hg
@@ -74,6 +74,8 @@ public:
#m4 _CONVERSION(`GObject*',`const Glib::RefPtr<Glib::Object>&',`Glib::wrap($3, true)')
#m4 _CONVERSION(`GSocketConnection*',`const Glib::RefPtr<SocketConnection>&',`Glib::wrap($3, true)')
_WRAP_SIGNAL(bool incoming(const Glib::RefPtr<SocketConnection>& connection, const Glib::RefPtr<Glib::Object>& source_object), "incoming")
+
+ _WRAP_PROPERTY("active", bool, newin "2,46")
};
} // namespace Gio