# HG changeset patch # User Richard Laager # Date 1189455982 0 # Node ID 93d10000432e1346334ada3d48360239b1b61fbc # Parent 5d44126c020590e27c9815667a8646808a2db21c Work around a problem so --enable-dbus will build again. diff -r 5d44126c0205 -r 93d10000432e libpurple/dbus-analyze-functions.py --- a/libpurple/dbus-analyze-functions.py Mon Sep 10 20:09:34 2007 +0000 +++ b/libpurple/dbus-analyze-functions.py Mon Sep 10 20:26:22 2007 +0000 @@ -26,6 +26,11 @@ "purple_conv_placement_get_current_func", "purple_conv_placement_set_current_func", + # Similar to the above: + "purple_account_set_register_callback", + "purple_account_unregister", + "purple_connection_new_unregister", + # 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.