Mercurial > pidgin
comparison ChangeLog.API @ 26796:0924698e2362
Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 03 May 2009 17:10:51 +0000 |
parents | ab31daf1c1ee |
children | 0cc77ced0ae3 |
comparison
equal
deleted
inserted
replaced
26795:ca7daa65bf0d | 26796:0924698e2362 |
---|---|
11 * PURPLE_CHAT | 11 * PURPLE_CHAT |
12 * Account signals (see account-signals.dox) | 12 * Account signals (see account-signals.dox) |
13 * account-actions-changed | 13 * account-actions-changed |
14 * account-created | 14 * account-created |
15 * account-destroying | 15 * account-destroying |
16 * blist-node-added and blist-node-removed signals (see | |
17 blist-signals.dox) | |
16 * purple_buddy_destroy | 18 * purple_buddy_destroy |
17 * purple_buddy_get_protocol_data | 19 * purple_buddy_get_protocol_data |
18 * purple_buddy_set_protocol_data | 20 * purple_buddy_set_protocol_data |
19 * purple_buddy_get_local_buddy_alias | 21 * purple_buddy_get_local_buddy_alias |
20 * purple_blist_get_buddies | 22 * purple_blist_get_buddies |
52 which was completely non-deterministic. If you want to remove | 54 which was completely non-deterministic. If you want to remove |
53 the attribute with no namespace, then use NULL with | 55 the attribute with no namespace, then use NULL with |
54 xmlnode_remove_with_namespace. | 56 xmlnode_remove_with_namespace. |
55 | 57 |
56 Deprecated: | 58 Deprecated: |
59 * buddy-added and buddy-removed blist signals | |
57 * purple_buddy_get_local_alias | 60 * purple_buddy_get_local_alias |
58 * purple_notify_user_info_remove_entry | 61 * purple_notify_user_info_remove_entry |
59 * purple_status_type_set_primary_attr | 62 * purple_status_type_set_primary_attr |
60 * purple_status_type_add_attr | 63 * purple_status_type_add_attr |
61 * purple_status_type_add_attrs | 64 * purple_status_type_add_attrs |