--- a/libpurple/dbus-analyze-functions.py Sat May 16 18:37:14 2009 +0000 +++ b/libpurple/dbus-analyze-functions.py Sat May 16 19:07:31 2009 +0000 @@ -31,6 +31,13 @@ "purple_account_unregister", "purple_connection_new_unregister", + # Similar to all the above: + "purple_disco_list_set_service_close_func", + "purple_disco_list_set_cancel_func", + "purple_disco_list_set_protocol_data", + "purple_disco_list_set_expand_func", + "purple_disco_list_set_register_func", + # 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",