| 7 * PURPLE_BLIST_NODE |
7 * PURPLE_BLIST_NODE |
| 8 * PURPLE_GROUP |
8 * PURPLE_GROUP |
| 9 * PURPLE_CONTACT |
9 * PURPLE_CONTACT |
| 10 * PURPLE_BUDDY |
10 * PURPLE_BUDDY |
| 11 * PURPLE_CHAT |
11 * PURPLE_CHAT |
| |
12 * Account signals (see account-signals.dox) |
| |
13 * account-actions-changed |
| |
14 * account-created |
| |
15 * account-destroying |
| |
16 * blist-node-added and blist-node-removed signals (see |
| |
17 blist-signals.dox) |
| |
18 * Jabber plugin signals (see jabber-signals.dox) |
| 12 * purple_buddy_destroy |
19 * purple_buddy_destroy |
| 13 * purple_buddy_get_protocol_data |
20 * purple_buddy_get_protocol_data |
| 14 * purple_buddy_set_protocol_data |
21 * purple_buddy_set_protocol_data |
| 15 * purple_buddy_get_local_buddy_alias |
22 * purple_buddy_get_local_buddy_alias |
| 16 * purple_blist_get_buddies |
23 * purple_blist_get_buddies |
| 30 * purple_network_set_stun_server |
37 * purple_network_set_stun_server |
| 31 * purple_network_set_turn_server |
38 * purple_network_set_turn_server |
| 32 * purple_network_get_stun_ip |
39 * purple_network_get_stun_ip |
| 33 * purple_network_get_turn_ip |
40 * purple_network_get_turn_ip |
| 34 * purple_prpl_get_media_caps |
41 * purple_prpl_get_media_caps |
| |
42 * purple_prpl_got_account_actions |
| 35 * purple_prpl_initiate_media |
43 * purple_prpl_initiate_media |
| 36 * purple_request_field_get_group |
44 * purple_request_field_get_group |
| 37 * purple_request_field_get_ui_data |
45 * purple_request_field_get_ui_data |
| 38 * purple_request_field_set_ui_data |
46 * purple_request_field_set_ui_data |
| 39 * purple_strequal |
47 * purple_strequal |
| 47 which was completely non-deterministic. If you want to remove |
55 which was completely non-deterministic. If you want to remove |
| 48 the attribute with no namespace, then use NULL with |
56 the attribute with no namespace, then use NULL with |
| 49 xmlnode_remove_with_namespace. |
57 xmlnode_remove_with_namespace. |
| 50 |
58 |
| 51 Deprecated: |
59 Deprecated: |
| |
60 * buddy-added and buddy-removed blist signals |
| 52 * purple_buddy_get_local_alias |
61 * purple_buddy_get_local_alias |
| 53 * purple_notify_user_info_remove_entry |
62 * purple_notify_user_info_remove_entry |
| 54 * purple_status_type_set_primary_attr |
63 * purple_status_type_set_primary_attr |
| 55 * purple_status_type_add_attr |
64 * purple_status_type_add_attr |
| 56 * purple_status_type_add_attrs |
65 * purple_status_type_add_attrs |
| 69 * gtk_imhtml_class_register_protocol |
78 * gtk_imhtml_class_register_protocol |
| 70 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, |
79 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, |
| 71 gtk_imhtml_link_activate functions to process GtkIMHtmlLink |
80 gtk_imhtml_link_activate functions to process GtkIMHtmlLink |
| 72 objects from GtkIMHtml protocol callbacks. |
81 objects from GtkIMHtml protocol callbacks. |
| 73 * gtk_imhtml_set_return_inserts_newline |
82 * gtk_imhtml_set_return_inserts_newline |
| |
83 * gtk_imhtml_set_populate_primary_clipboard |
| 74 * pidgin_blist_set_theme |
84 * pidgin_blist_set_theme |
| 75 * pidgin_blist_get_theme |
85 * pidgin_blist_get_theme |
| 76 * pidgin_prefs_labeled_password |
86 * pidgin_prefs_labeled_password |
| 77 * pidgin_sound_is_customized |
87 * pidgin_sound_is_customized |
| 78 * pidgin_utils_init, pidgin_utils_uninit |
88 * pidgin_utils_init, pidgin_utils_uninit |
| 79 * pidgin_notify_pounce_add |
89 * pidgin_notify_pounce_add |
| 80 * PidginBlistTheme, PidginBlistThemeLoader API |
90 * PidginBlistTheme, PidginBlistThemeLoader API |
| 81 * PidginIconTheme, PidginStatusIconTheme, PidginIconThemeLoader |
91 * PidginIconTheme, PidginStatusIconTheme, PidginIconThemeLoader |
| 82 API |
92 API |
| 83 * pidgin_stock_id_from_status_primitive |
93 * pidgin_stock_id_from_status_primitive |
| |
94 * pidgin_stock_id_from_presence |
| 84 |
95 |
| 85 libgnt: |
96 libgnt: |
| 86 Added: |
97 Added: |
| 87 * GntProgressBar and functions (Saleem Abdulrasool) |
98 * GntProgressBar and functions (Saleem Abdulrasool) |
| 88 |
99 |