libpurple/dbus-analyze-functions.py

changeset 27214
36979dac48eb
parent 27088
8c9a8a0692be
parent 26916
6cb5053eb433
child 27217
7509acac49de
equal deleted inserted replaced
27121:0f83953c87b8 27214:36979dac48eb
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_service_close_func",
36 "purple_disco_list_set_cancel_func",
37 "purple_disco_list_set_protocol_data",
38 "purple_disco_list_set_expand_func",
39 "purple_disco_list_set_register_func",
33 40
34 # These functions are excluded because they involve setting arbitrary 41 # These functions are excluded because they involve setting arbitrary
35 # data via pointers for protocols and UIs. This just won't work. 42 # data via pointers for protocols and UIs. This just won't work.
36 "purple_blist_get_ui_data", 43 "purple_blist_get_ui_data",
37 "purple_blist_set_ui_data", 44 "purple_blist_set_ui_data",

mercurial