summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-04-29 07:03:26 +0000
committerRichard Laager <rlaager@pidgin.im>2007-04-29 07:03:26 +0000
commit72d4ae7da6f9d8251ba7f19e1e9e1cc6a5d32c61 (patch)
tree40ec6147f37b0c11a504c83899015ad6f9c2f09c
parentc10f7219e57360b5a1ba4bb4c064f76e61f44316 (diff)
downloadpidgin-72d4ae7da6f9d8251ba7f19e1e9e1cc6a5d32c61.tar.gz
A brief note about the buddy icon and imgstore API changes.
-rw-r--r--ChangeLog.API9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.API b/ChangeLog.API
index ab01c2f397..59b687366c 100644
--- a/ChangeLog.API
+++ b/ChangeLog.API
@@ -172,6 +172,15 @@ version 2.0.0:
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