cpw.gillux.detachablepurple: 66d1b27b: Forgot that header part of c412b9258c648...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Tue Mar 27 17:25:53 EDT 2012


----------------------------------------------------------------------
Revision: 66d1b27b5e99ca08cf225977b29ec72e0dc878b2
Parent:   0f0b51f1968aeec1ea7061d50fa0a39a183bf557
Author:   gillux at soc.pidgin.im
Date:     03/27/12 17:17:12
Branch:   im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/66d1b27b5e99ca08cf225977b29ec72e0dc878b2

Changelog: 

Forgot that header part of c412b9258c64846d33a3884684310a9c4a63e10d.

Changes against parent 0f0b51f1968aeec1ea7061d50fa0a39a183bf557

  patched  libpurple/pobject.h

-------------- next part --------------
============================================================
--- libpurple/pobject.h	a45d1ca4fc67171c59b7711672e17e0e3327d34b
+++ libpurple/pobject.h	ce5b77fd2f5d8838c20db0df47efcf31289ff95f
@@ -331,6 +331,17 @@ guint purple_object_generic_dbus_registe
 guint purple_object_generic_dbus_register_object(gpointer object, GDBusConnection *dbus_conn);
 
 /**
+ * Make the given object receive D-Bus signals, with the default signal
+ * handler. This function is set as the default on_dbus_connected function
+ * in client context.
+ *
+ * @param object An object derived from PurpleObject.
+ * @param dbus_conn The GDBus handle.
+ * @return The registration id returned by g_dbus_connection_signal_subscribe().
+ */
+guint purple_object_generic_dbus_signal_subscribe(gpointer object, GDBusConnection *dbus_conn);
+
+/**
  * Calls the on_dbus_connected function pointer on the class of object,
  * and keeps the registration id.
  *


More information about the Commits mailing list