--- a/libpurple/group.h Fri Sep 15 21:42:12 2017 -0400 +++ b/libpurple/group.h Fri Sep 15 22:04:18 2017 -0400 @@ -105,8 +105,8 @@ * * Returns a list of accounts that have buddies in this group * - * Returns: A GSList of accounts (which must be freed), or NULL if the group - * has no accounts. + * Returns: (element-type PurpleAccount) (transfer container): A list of + * accounts, or %NULL if the group has no accounts. */ GSList *purple_group_get_accounts(PurpleGroup *g);