--- a/libpurple/dbus-analyze-functions.py Sat Apr 11 18:32:51 2009 +0000 +++ b/libpurple/dbus-analyze-functions.py Sat Apr 11 21:46:12 2009 +0000 @@ -31,6 +31,11 @@ "purple_account_unregister", "purple_connection_new_unregister", + # Similar to all the above: + "purple_disco_list_set_cancel_func", + "purple_disco_list_set_protocol_data", + "purple_disco_list_set_register_func", + # This is excluded because this script treats PurpleLogReadFlags* # as pointer to a struct, instead of a pointer to an enum. This # causes a compilation error. Someone should fix this script.