comparison libpurple/blist.h @ 23115:d11c993700e6

Add the purple_blist_update_node_icon function and deprecate the purple_blist_update_buddy_icon function.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 13 May 2008 04:26:28 +0000
parents 3d7e9eff04d0
children 0efa36fe7d7c
comparison
equal deleted inserted replaced
23114:d53f72735830 23115:d11c993700e6
315 * @param old_status The status from which we are changing. 315 * @param old_status The status from which we are changing.
316 */ 316 */
317 void purple_blist_update_buddy_status(PurpleBuddy *buddy, PurpleStatus *old_status); 317 void purple_blist_update_buddy_status(PurpleBuddy *buddy, PurpleStatus *old_status);
318 318
319 /** 319 /**
320 * Updates a node's custom icon.
321 *
322 * @param node The PurpleBlistNode whose custom icon has changed.
323 * @since 2.5.0
324 */
325 void purple_blist_update_node_icon(PurpleBlistNode *node);
326
327 #ifndef PURPLE_DISABLE_DEPRECATED
328 /**
320 * Updates a buddy's icon. 329 * Updates a buddy's icon.
321 * 330 *
322 * @param buddy The buddy whose buddy icon has changed 331 * @param buddy The buddy whose buddy icon has changed
332 * @deprecated Use purple_blist_update_node_icon() instead.
323 */ 333 */
324 void purple_blist_update_buddy_icon(PurpleBuddy *buddy); 334 void purple_blist_update_buddy_icon(PurpleBuddy *buddy);
335 #endif
325 336
326 /** 337 /**
327 * Renames a buddy in the buddy list. 338 * Renames a buddy in the buddy list.
328 * 339 *
329 * @param buddy The buddy whose name will be changed. 340 * @param buddy The buddy whose name will be changed.