diff libpurple/prpl.h @ 16471:9f9941924233

merge of 'd7d0a64f6106322f89cd6f19e0a0a3488e5dc1a8' and 'f192f0cf37d1326e280639944a16cc974cc75785'
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Apr 2007 21:49:58 +0000
parents 4fc51a87ce42 c85fa74f7e50
children 516f14bef90e
line wrap: on
line diff
--- a/libpurple/prpl.h	Wed Apr 25 21:48:56 2007 +0000
+++ b/libpurple/prpl.h	Wed Apr 25 21:49:58 2007 +0000
@@ -176,8 +176,11 @@
 
 	/**
 	 * Returns the base icon name for the given buddy and account.
-	 * If buddy is NULL, it will return the name to use for the account's
-	 * icon.  This must be implemented.
+	 * If buddy is NULL and the account is non-NULL, it will return the 
+	 * name to use for the account's icon. If both are NULL, it will
+	 * return the name to use for the protocol's icon.
+	 *
+	 * This must be implemented.
 	 */
 	const char *(*list_icon)(PurpleAccount *account, PurpleBuddy *buddy);