# HG changeset patch # User Elliott Sales de Andrade # Date 1315333843 0 # Node ID bf65d24d84aee8d3597f2e33f58849516f3047a5 # Parent 4d5e1dc93265f3faffa2b8169f3d64f457edcf04 Correctly fix this build error without warnings. Maybe the PurpleMenuAction's callback should be made into a signal instead. diff -r 4d5e1dc93265 -r bf65d24d84ae libpurple/dbus-analyze-functions.py --- 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",