Correctly fix this build error without warnings.

Tue, 06 Sep 2011 18:30:43 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 06 Sep 2011 18:30:43 +0000
changeset 32294
99a5cf091ed9
parent 32293
4eaaed5c53ca
child 32340
b2eb362c4ab1

Correctly fix this build error without warnings.

Maybe the PurpleMenuAction's callback should be made into a
signal instead.

libpurple/dbus-analyze-functions.py file | annotate | diff | comparison | revisions
--- a/libpurple/dbus-analyze-functions.py	Tue Sep 06 18:22:03 2011 +0000
+++ b/libpurple/dbus-analyze-functions.py	Tue Sep 06 18:30:43 2011 +0000
@@ -31,6 +31,11 @@
     "purple_account_unregister",
     "purple_connection_new_unregister",
 
+    # Similar to the above, again
+    "purple_menu_action_new",
+    "purple_menu_action_set_callback",
+    "purple_menu_action_get_callback",
+
     # 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