changeset 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 4d5e1dc93265
children 0f0996c93c42
files libpurple/dbus-analyze-functions.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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",