[glibmm] DBusConnection: Make sure the AsyncInitable inheritance is correct.



commit 2f4e147edaa1fc693a7d54967a9a4ead3d23b8c2
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Mon Nov 8 23:42:34 2010 -0500

    	DBusConnection: Make sure the AsyncInitable inheritance is correct.
    
    	* gio/src/dbusconnection.hg: Add a missing _IMPLEMENTS_INTERFACE() for
    	the AsyncInitiable interface that DBusconnection implements.

 ChangeLog                 |    7 +++++++
 gio/src/dbusconnection.hg |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ba2312f..b7d13d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-11-08  José Alburquerque  <jaalburqu svn gnome org>
 
+	DBusConnection: Make sure the AsyncInitable inheritance is correct.
+
+	* gio/src/dbusconnection.hg: Add a missing _IMPLEMENTS_INTERFACE() for
+	the AsyncInitiable interface that DBusconnection implements.
+
+2010-11-08  José Alburquerque  <jaalburqu svn gnome org>
+
 	giomm.h: Add includes of newly wrapped API.
 
 	* gio/giomm.h: Add forgotten includes of actiongroup.h and
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg
index d6886e4..d6fcdb0 100644
--- a/gio/src/dbusconnection.hg
+++ b/gio/src/dbusconnection.hg
@@ -58,6 +58,7 @@ class DBusConnection
 protected:
   _CLASS_GOBJECT(DBusConnection, GDBusConnection, G_DBUS_CONNECTION, Glib::Object, GObject)
   _IMPLEMENTS_INTERFACE(Initable)
+  _IMPLEMENTS_INTERFACE(AsyncInitable)
 
 protected:
 



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