pidgin: dc01d13c: Correctly fix this build error without w...
qulogic at pidgin.im
qulogic at pidgin.im
Tue Sep 6 14:42:42 EDT 2011
----------------------------------------------------------------------
Revision: dc01d13c59e6c7a6352cd4c3c6bf679f095e00fe
Parent: 7662e90f71fc7eccb65a1fdb36e1ee1924f67bd5
Author: qulogic at pidgin.im
Date: 09/06/11 14:30:43
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/dc01d13c59e6c7a6352cd4c3c6bf679f095e00fe
Changelog:
Correctly fix this build error without warnings.
Maybe the PurpleMenuAction's callback should be made into a
signal instead.
Changes against parent 7662e90f71fc7eccb65a1fdb36e1ee1924f67bd5
patched libpurple/dbus-analyze-functions.py
-------------- next part --------------
============================================================
--- libpurple/dbus-analyze-functions.py 131c3493db95f5025976e3de5497b92823228caa
+++ libpurple/dbus-analyze-functions.py f068dfcc9e6474ea1376b994eb36d5780af2b905
@@ -31,6 +31,11 @@ excluded = [\
"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",
More information about the Commits
mailing list