comparison plugins/ChangeLog.API @ 11423:202a3b3c5a88

[gaim-migrate @ 13660] Jason LeBrun asked for this on gaim-devel. gaim_buddy_icon_new() now leaves a reference for the caller. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 02 Sep 2005 06:57:54 +0000
parents b1f3c0d247f5
children ef6e94bdda08
comparison
equal deleted inserted replaced
11422:31a17ec5a307 11423:202a3b3c5a88
76 gaim_gtkconv_get_tab_at_xy() 76 gaim_gtkconv_get_tab_at_xy()
77 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer 77 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer
78 * Changed: gaim_log_new(), added conv parameter 78 * Changed: gaim_log_new(), added conv parameter
79 * Added: gaim_buddy_icons_get_full_path(), to get the full path 79 * Added: gaim_buddy_icons_get_full_path(), to get the full path
80 of a buddy icon setting 80 of a buddy icon setting
81 * Changed: gaim_buddy_icon_new(), leaves a reference which the caller
82 owns. Use gaim_buddy_icon_unref() immediately if you don't
83 want a reference (the old behavior).
81 84
82 Signals: 85 Signals:
83 * Changed: "received-im-msg" and "received-chat-msg" to match, both 86 * Changed: "received-im-msg" and "received-chat-msg" to match, both
84 now pass a conversation pointer and flags 87 now pass a conversation pointer and flags
85 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 88 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both