# HG changeset patch # User Etan Reisner # Date 1198346070 0 # Node ID da103e8cdb33744c916c8ea8aaa6e70067d4855e # Parent 29a4b8e5f4f642a42b7927860d522fd852fe3c9c Fix up a doxygen comment about a function return value. diff -r 29a4b8e5f4f6 -r da103e8cdb33 libpurple/blist.h --- 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);