Mercurial > pidgin
diff libpurple/prpl.h @ 16392:c85fa74f7e50
Document prpl_info->list_icon(NULL, NULL), and add my name to COPYRIGHT.
Closes #192
| author | Jeffrey Connelly <jaconnel@calpoly.edu> |
|---|---|
| date | Thu, 19 Apr 2007 05:30:11 +0000 |
| parents | 32c366eeeb99 |
| children | 9f9941924233 |
line wrap: on
line diff
--- a/libpurple/prpl.h Thu Apr 19 01:51:32 2007 +0000 +++ b/libpurple/prpl.h Thu Apr 19 05:30:11 2007 +0000 @@ -175,8 +175,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);
