| 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 { |