Fix up a doxygen comment about a function return value.

Sat, 22 Dec 2007 17:54:30 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sat, 22 Dec 2007 17:54:30 +0000
changeset 21999
471bfda14434
parent 21901
d70c916b88e1
child 22042
cc6987039f88

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);
 

mercurial