comparison ChangeLog.API @ 28233:e8eaf57f42da

Add a purple_account_get_name_for_display function (I'm not a huge fan of that name but didn't want to use get_display_name as that means something else for connections). This wants to be used in places where we need to display an identifier for the account to the user and honor the appropriate aliases/etc. Refs #8391
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 15 Aug 2009 05:10:07 +0000
parents b7b25f580637
children bc87a89e4401 4eca423c63e1
comparison
equal deleted inserted replaced
27917:90075d91f4e8 28233:e8eaf57f42da
20 wants to add the buddies itself and not call purple_blist_load. 20 wants to add the buddies itself and not call purple_blist_load.
21 * Three File Transfer UI ops used to overload libpurple's use of fread 21 * Three File Transfer UI ops used to overload libpurple's use of fread
22 and fwrite for saving a file locally. These allow a UI to stream a 22 and fwrite for saving a file locally. These allow a UI to stream a
23 file through a socket without buffering the file on the local disk. 23 file through a socket without buffering the file on the local disk.
24 * Jabber plugin signals (see jabber-signals.dox) 24 * Jabber plugin signals (see jabber-signals.dox)
25 * purple_account_get_name_for_display
25 * purple_account_remove_setting 26 * purple_account_remove_setting
26 * purple_buddy_destroy 27 * purple_buddy_destroy
27 * purple_buddy_get_protocol_data 28 * purple_buddy_get_protocol_data
28 * purple_buddy_set_protocol_data 29 * purple_buddy_set_protocol_data
29 * purple_buddy_get_local_buddy_alias 30 * purple_buddy_get_local_buddy_alias