Sat, 22 Dec 2007 17:54:30 +0000
Fix up a doxygen comment about a function return value.
| libpurple/blist.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/blist.h Wed Dec 05 21:08:52 2007 +0000 +++ b/libpurple/blist.h Sat Dec 22 17:54:30 2007 +0000 @@ -680,7 +680,8 @@ * * @param g The group * - * @return A list of purple_accounts + * @return A GSList of accounts (which must be freed), or NULL if the group + * has no accounts. */ GSList *purple_group_get_accounts(PurpleGroup *g);