Mercurial > pidgin.yaz
diff ChangeLog.API @ 28596: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 |
line wrap: on
line diff
--- a/ChangeLog.API Fri Aug 14 18:05:25 2009 +0000 +++ b/ChangeLog.API Sat Aug 15 05:10:07 2009 +0000 @@ -22,6 +22,7 @@ and fwrite for saving a file locally. These allow a UI to stream a file through a socket without buffering the file on the local disk. * Jabber plugin signals (see jabber-signals.dox) + * purple_account_get_name_for_display * purple_account_remove_setting * purple_buddy_destroy * purple_buddy_get_protocol_data
