| 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", |