libpurple/group.h

changeset 38716
b9bed228745a
parent 38552
85c4c3296419
child 40350
72271baf92bc
--- 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);
 

mercurial