comparison ChangeLog.API @ 26763:76a1598ecf1c

Add account-(created|destroying) signals. These differ from account-(added|removed) in that they're called at allocation/destruction time instead of when adding the account to the account.c-scoped accounts list (nullclient doesn't call purple_accounts_add). For 3.0.0, barring complaints, it might be reasonable to remove purple_accounts_add and fold purple_accounts_remove into purple_accounts_delete and drop their signals.
author Paul Aurich <paul@darkrain42.org>
date Fri, 01 May 2009 06:59:36 +0000
parents 89f613b16e2b
children e72df47d41fe
comparison
equal deleted inserted replaced
26761:4a592e898162 26763:76a1598ecf1c
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-actions-changed (see account-signals.dox) 12 * Account signals (see account-signals.dox)
13 * account-actions-changed
14 * account-created
15 * account-destroying
13 * purple_buddy_destroy 16 * purple_buddy_destroy
14 * purple_buddy_get_protocol_data 17 * purple_buddy_get_protocol_data
15 * purple_buddy_set_protocol_data 18 * purple_buddy_set_protocol_data
16 * purple_buddy_get_local_buddy_alias 19 * purple_buddy_get_local_buddy_alias
17 * purple_blist_get_buddies 20 * purple_blist_get_buddies