Tue, 06 Sep 2011 18:30:43 +0000
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",