libpurple/dbus-analyze-functions.py

changeset 26908
e292ff5a9311
parent 25549
7aa0027612b8
child 26916
6cb5053eb433
--- a/libpurple/dbus-analyze-functions.py	Sat Apr 11 18:32:51 2009 +0000
+++ b/libpurple/dbus-analyze-functions.py	Sat Apr 11 21:46:12 2009 +0000
@@ -31,6 +31,11 @@
     "purple_account_unregister",
     "purple_connection_new_unregister",
 
+    # Similar to all the above:
+    "purple_disco_list_set_cancel_func",
+    "purple_disco_list_set_protocol_data",
+    "purple_disco_list_set_register_func",
+
     # This is excluded because this script treats PurpleLogReadFlags*
     # as pointer to a struct, instead of a pointer to an enum.  This
     # causes a compilation error. Someone should fix this script.

mercurial