libpurple/dbus-server.c

branch
meson
changeset 38498
f956b9e3f8e6
parent 38358
30ba44276e74
child 38813
9506fb3fe6a2
equal deleted inserted replaced
38497:fcf50c9e4138 38498:f956b9e3f8e6
59 * Here we include the list of #PURPLE_DBUS_DEFINE_TYPE statements for 59 * Here we include the list of #PURPLE_DBUS_DEFINE_TYPE statements for
60 * all structs defined in purple. This file has been generated by the 60 * all structs defined in purple. This file has been generated by the
61 * #dbus-analyze-types.py script. 61 * #dbus-analyze-types.py script.
62 */ 62 */
63 63
64 #include "dbus-types.c" 64 #include "dbus-types.ch"
65 65
66 /* 66 /*
67 * The following three hashtables map are used to translate between 67 * The following three hashtables map are used to translate between
68 * pointers (nodes) and the corresponding handles (ids). 68 * pointers (nodes) and the corresponding handles (ids).
69 */ 69 */
409 purple_dbus_get_connection(void) 409 purple_dbus_get_connection(void)
410 { 410 {
411 return purple_dbus_connection; 411 return purple_dbus_connection;
412 } 412 }
413 413
414 #include "dbus-bindings.c" 414 #include "dbus-bindings.ch"
415 #include "dbus-signals.c" 415 #include "dbus-signals.ch"
416 416
417 static gboolean 417 static gboolean
418 purple_dbus_dispatch_cb(DBusConnection *connection, 418 purple_dbus_dispatch_cb(DBusConnection *connection,
419 DBusMessage *message, void *user_data) 419 DBusMessage *message, void *user_data)
420 { 420 {

mercurial