[glibmm] Gio::InetSocketAddress: Added get_flowinfo() and get_scope_id()



commit 55fe6e47c960db4580727f24c597e19f0041a328
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 10 11:41:44 2012 +0200

    Gio::InetSocketAddress: Added get_flowinfo() and get_scope_id()
    
    * gio/src/inetsocketaddress.hg: And add the properties.

 ChangeLog                    |    6 ++++++
 gio/src/inetsocketaddress.hg |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b332ca6..4f72892 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-07-10  Murray Cumming  <murrayc murrayc com>
 
+	Gio::InetSocketAddress: Added get_flowinfo() and get_scope_id()
+
+	* gio/src/inetsocketaddress.hg: And add the properties.
+
+2012-07-10  Murray Cumming  <murrayc murrayc com>
+
 	Gio::OutputStream: Add write_bytes().
 
 	* tools/m4/convert_glib.m4:
diff --git a/gio/src/inetsocketaddress.hg b/gio/src/inetsocketaddress.hg
index b357010..8b20c16 100644
--- a/gio/src/inetsocketaddress.hg
+++ b/gio/src/inetsocketaddress.hg
@@ -54,8 +54,13 @@ public:
 
  _WRAP_METHOD(guint16 get_port() const, g_inet_socket_address_get_port)
 
+ _WRAP_METHOD(guint32 get_flowinfo() const, g_inet_socket_address_get_flowinfo)
+ _WRAP_METHOD(guint32 get_scope_id() const, g_inet_socket_address_get_scope_id)
+
  _WRAP_PROPERTY("address", Glib::RefPtr<InetAddress>)
  _WRAP_PROPERTY("port", guint16)
+ _WRAP_PROPERTY("flowinfo", guint32)
+ _WRAP_PROPERTY("scope-id", guint32)
 };
 
 } // namespace Gio



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