changeset 21886:da103e8cdb33

Fix up a doxygen comment about a function return value.
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 22 Dec 2007 17:54:30 +0000
parents 29a4b8e5f4f6
children e9005670e279
files libpurple/blist.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);