# HG changeset patch # User Richard Laager # Date 1177830206 0 # Node ID c39af5774c3e2afb88cc0ef18731d44e4591ae24 # Parent a99d8161b7cde929f4d2819b635ae7bd10ca1b32 A brief note about the buddy icon and imgstore API changes. diff -r a99d8161b7cd -r c39af5774c3e ChangeLog.API --- 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