Mercurial > pidgin
changeset 16628:c39af5774c3e
A brief note about the buddy icon and imgstore API changes.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 29 Apr 2007 07:03:26 +0000 |
parents | a99d8161b7cd |
children | 250623ba4218 |
files | ChangeLog.API |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Sun Apr 29 07:02:17 2007 +0000 +++ b/ChangeLog.API Sun Apr 29 07:03:26 2007 +0000 @@ -172,6 +172,15 @@ purple_request_folder() was changed to accept account, who, and conversation parameters for associating the request with an account, a buddy, or a conversation. + * Significant changes to the buddy icon and imgstore APIs. If you + were using any of it, it's best to look at the header files or + Doxygen documentation, but here are some significant changes: + purple_buddy_icon_new() now takes ownership of ("frees") icon_data + purple_buddy_icon_set_data(): likewise for data + purple_buddy_icon_set_for_user(): likewise for data + purple_buddy_icon_set_for_user() now takes a checksum parameter + purple_imgstore_add() was renamed to purple_imgstore_add_with_id() + which takes ownership of data Removed: * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute