libpurple/dbus-analyze-functions.py

changeset 27214
36979dac48eb
parent 27088
8c9a8a0692be
parent 26916
6cb5053eb433
child 27217
7509acac49de
--- a/libpurple/dbus-analyze-functions.py	Sat May 16 18:37:14 2009 +0000
+++ b/libpurple/dbus-analyze-functions.py	Sat May 16 19:07:31 2009 +0000
@@ -31,6 +31,13 @@
     "purple_account_unregister",
     "purple_connection_new_unregister",
 
+    # Similar to all the above:
+    "purple_disco_list_set_service_close_func",
+    "purple_disco_list_set_cancel_func",
+    "purple_disco_list_set_protocol_data",
+    "purple_disco_list_set_expand_func",
+    "purple_disco_list_set_register_func",
+
     # These functions are excluded because they involve setting arbitrary
     # data via pointers for protocols and UIs.  This just won't work.
     "purple_blist_get_ui_data",

mercurial