[glibmm] Gio::DBus::Connection: Add get_last_serial().
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Gio::DBus::Connection: Add get_last_serial().
- Date: Tue, 10 Jul 2012 08:11:22 +0000 (UTC)
commit 746d38bc4c38ec27127afca017728e2782399530
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jul 10 10:11:14 2012 +0200
Gio::DBus::Connection: Add get_last_serial().
* gio/src/dbusconnection.hg: Wrap g_dbus_connection_get_last_serial().
ChangeLog | 6 ++++++
gio/src/dbusconnection.hg | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b292c6d..22af6e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-10 Murray Cumming <murrayc murrayc com>
+
+ Gio::DBus::Connection: Add get_last_serial().
+
+ * gio/src/dbusconnection.hg: Wrap g_dbus_connection_get_last_serial().
+
2012-07-02 Kjell Ahlstedt <kjell ahlstedt bredband net>
generate_wrap_init.pl: Add _INCLUDE_IN_WRAP_INIT, _GMMPROC_WRAP_CONDITIONALLY.
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg
index 0789e75..8aa17c1 100644
--- a/gio/src/dbusconnection.hg
+++ b/gio/src/dbusconnection.hg
@@ -622,6 +622,8 @@ public:
_WRAP_METHOD(Glib::RefPtr<Credentials> get_peer_credentials(), g_dbus_connection_get_peer_credentials, refreturn)
_WRAP_METHOD(Glib::RefPtr<const Credentials> get_peer_credentials() const, g_dbus_connection_get_peer_credentials, refreturn, constversion)
+ _WRAP_METHOD(guint32 get_last_serial() const, g_dbus_connection_get_last_serial)
+
/** Asynchronously invokes the @a method_name method on the @a
* interface_name D-Bus interface on the remote object at @a object_path
* owned by @a bus_name.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]