comparison libpurple/dbus-analyze-functions.py @ 20096:2a9f3a499b0d

merge of '34d642b12b7215d55fd032cd513a7e225715f19a' and '7868c3b2b7d17c52916e4bb76305b7e3b68d3904'
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Sep 2007 03:47:45 +0000
parents 93d10000432e
children ec9c30ce628d
comparison
equal deleted inserted replaced
19936:191fa8a8c0bc 20096:2a9f3a499b0d
23 # are enums, which is not true in this case. 23 # are enums, which is not true in this case.
24 "purple_conv_placement_add_fnc", 24 "purple_conv_placement_add_fnc",
25 "purple_conv_placement_get_fnc", 25 "purple_conv_placement_get_fnc",
26 "purple_conv_placement_get_current_func", 26 "purple_conv_placement_get_current_func",
27 "purple_conv_placement_set_current_func", 27 "purple_conv_placement_set_current_func",
28
29 # Similar to the above:
30 "purple_account_set_register_callback",
31 "purple_account_unregister",
32 "purple_connection_new_unregister",
28 33
29 # This is excluded because this script treats PurpleLogReadFlags* 34 # This is excluded because this script treats PurpleLogReadFlags*
30 # as pointer to a struct, instead of a pointer to an enum. This 35 # as pointer to a struct, instead of a pointer to an enum. This
31 # causes a compilation error. Someone should fix this script. 36 # causes a compilation error. Someone should fix this script.
32 "purple_log_read", 37 "purple_log_read",