Mercurial > pidgin.yaz
changeset 19710:93d10000432e
Work around a problem so --enable-dbus will build again.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 10 Sep 2007 20:26:22 +0000 |
parents | 5d44126c0205 |
children | 437c320c8d29 |
files | libpurple/dbus-analyze-functions.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.