Mercurial > pidgin.yaz
changeset 16393: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 | d465bbc0f759 |
children | a7a0f0f371b4 58a097859388 |
files | COPYRIGHT libpurple/prpl.h |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Thu Apr 19 01:51:32 2007 +0000 +++ b/COPYRIGHT Thu Apr 19 05:30:11 2007 +0000 @@ -74,6 +74,7 @@ Todd Cohen Jono Cole Lorenzo Colitti +Jeff Connelly Nathan Conrad Felipe Contreras Alex Converse
--- 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);