libpurple/dbus-analyze-functions.py

changeset 26908
e292ff5a9311
parent 25549
7aa0027612b8
child 26916
6cb5053eb433
equal deleted inserted replaced
26907:82a97da31ee2 26908:e292ff5a9311
28 28
29 # Similar to the above: 29 # Similar to the above:
30 "purple_account_set_register_callback", 30 "purple_account_set_register_callback",
31 "purple_account_unregister", 31 "purple_account_unregister",
32 "purple_connection_new_unregister", 32 "purple_connection_new_unregister",
33
34 # Similar to all the above:
35 "purple_disco_list_set_cancel_func",
36 "purple_disco_list_set_protocol_data",
37 "purple_disco_list_set_register_func",
33 38
34 # This is excluded because this script treats PurpleLogReadFlags* 39 # This is excluded because this script treats PurpleLogReadFlags*
35 # as pointer to a struct, instead of a pointer to an enum. This 40 # as pointer to a struct, instead of a pointer to an enum. This
36 # causes a compilation error. Someone should fix this script. 41 # causes a compilation error. Someone should fix this script.
37 "purple_log_read", 42 "purple_log_read",

mercurial