comparison ChangeLog.API @ 27704:14ce47859540

Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630. Patch from Jan "HanzZ" Kaluza with some changes by me so that it's easier to merge with Sulabh and Eric's SoC projects (mostly so grim wouldn't yell at me). Anyway, any bugs introduced by me (darkrain42). committer: Paul Aurich <paul@darkrain42.org>
author hanzz@soc.pidgin.im
date Mon, 27 Jul 2009 05:20:52 +0000
parents ce3bc26aa8cd
children 4a4e9d309fc0
comparison
equal deleted inserted replaced
27703:2cb2da84663d 27704:14ce47859540
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 16 * blist-node-added and blist-node-removed signals (see
17 blist-signals.dox) 17 blist-signals.dox)
18 * Three Blist UI ops used to overload libpurple's built-in saving
19 of the buddy list to blist.xml. If a UI implements these, it probably
20 wants to add the buddies itself and not call purple_blist_load.
18 * Jabber plugin signals (see jabber-signals.dox) 21 * Jabber plugin signals (see jabber-signals.dox)
19 * purple_account_remove_setting 22 * purple_account_remove_setting
20 * purple_buddy_destroy 23 * purple_buddy_destroy
21 * purple_buddy_get_protocol_data 24 * purple_buddy_get_protocol_data
22 * purple_buddy_set_protocol_data 25 * purple_buddy_set_protocol_data