comparison 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
comparison
equal deleted inserted replaced
16390:4fc51a87ce42 16471:9f9941924233
174 174
175 PurpleBuddyIconSpec icon_spec; /* The icon spec. */ 175 PurpleBuddyIconSpec icon_spec; /* The icon spec. */
176 176
177 /** 177 /**
178 * Returns the base icon name for the given buddy and account. 178 * Returns the base icon name for the given buddy and account.
179 * If buddy is NULL, it will return the name to use for the account's 179 * If buddy is NULL and the account is non-NULL, it will return the
180 * icon. This must be implemented. 180 * name to use for the account's icon. If both are NULL, it will
181 * return the name to use for the protocol's icon.
182 *
183 * This must be implemented.
181 */ 184 */
182 const char *(*list_icon)(PurpleAccount *account, PurpleBuddy *buddy); 185 const char *(*list_icon)(PurpleAccount *account, PurpleBuddy *buddy);
183 186
184 /** 187 /**
185 * Fills the four char**'s with string identifiers for "emblems" 188 * Fills the four char**'s with string identifiers for "emblems"