libpurple/dbus-analyze-functions.py

changeset 19910
411a13fc7b88
parent 19595
acd61f0d6a81
child 20289
5c844288fbec
--- a/libpurple/dbus-analyze-functions.py	Mon Sep 10 20:09:34 2007 +0000
+++ b/libpurple/dbus-analyze-functions.py	Mon Sep 10 20:26:22 2007 +0000
@@ -26,6 +26,11 @@
     "purple_conv_placement_get_current_func",
     "purple_conv_placement_set_current_func",
 
+    # Similar to the above:
+    "purple_account_set_register_callback",
+    "purple_account_unregister",
+    "purple_connection_new_unregister",
+
     # 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