[glibmm] Gio::SocketService: Add active property.



commit 89bb5d73f84ac40bb4fee5b852f5d788d109c3c0
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Aug 12 13:43:10 2015 +0200

    Gio::SocketService: Add active property.

 gio/src/socketservice.hg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/socketservice.hg b/gio/src/socketservice.hg
index 2a8b573..b8cb5c5 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]