diff libpurple/dbus-analyze-functions.py @ 32517:bf65d24d84ae

Correctly fix this build error without warnings. Maybe the PurpleMenuAction's callback should be made into a signal instead.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 06 Sep 2011 18:30:43 +0000
parents 37c9f6020c35
children 2571b01e849c
line wrap: on
line diff
--- 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",