diff 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
line wrap: on
line diff
--- a/src/buddyicon.h	Thu Jun 30 04:24:27 2005 +0000
+++ b/src/buddyicon.h	Thu Jun 30 04:33:21 2005 +0000
@@ -106,6 +106,13 @@
 void gaim_buddy_icon_cache(GaimBuddyIcon *icon, GaimBuddy *buddy);
 
 /**
+ * Removes cached buddy icon for a specific buddy.
+ *
+ * @param buddy The buddy for which to remove the cached icon.
+ */
+void gaim_buddy_icon_uncache(GaimBuddy *buddy);
+
+/**
  * Sets the buddy icon's account.
  *
  * @param icon    The buddy icon.