comparison src/buddyicon.h @ 11040:3428ad6f5049

[gaim-migrate @ 12940] Patch #1224610 from Richard Laager "Buddy icon cache files are removed when replacing icons but not when unsetting the icon. This patch corrects that." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 30 Jun 2005 04:33:21 +0000
parents e8e535ad720b
children 096020ae09a9
comparison
equal deleted inserted replaced
11039:34d2aac7b34f 11040:3428ad6f5049
104 * @param buddy The buddy that this icon belongs to. 104 * @param buddy The buddy that this icon belongs to.
105 */ 105 */
106 void gaim_buddy_icon_cache(GaimBuddyIcon *icon, GaimBuddy *buddy); 106 void gaim_buddy_icon_cache(GaimBuddyIcon *icon, GaimBuddy *buddy);
107 107
108 /** 108 /**
109 * Removes cached buddy icon for a specific buddy.
110 *
111 * @param buddy The buddy for which to remove the cached icon.
112 */
113 void gaim_buddy_icon_uncache(GaimBuddy *buddy);
114
115 /**
109 * Sets the buddy icon's account. 116 * Sets the buddy icon's account.
110 * 117 *
111 * @param icon The buddy icon. 118 * @param icon The buddy icon.
112 * @param account The account. 119 * @param account The account.
113 */ 120 */