diff src/account.h @ 11732:03c813a42c76

[gaim-migrate @ 14023] here's what iw as working on, with the bits that activiate it commented out. its not finished at all, but i'm tired of people breaking it ;) hopefully this will motivate me to finish it tonight/tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 Oct 2005 01:42:01 +0000
parents eb14bbcf7249
children a25be0e70a67
line wrap: on
line diff
--- a/src/account.h	Sun Oct 23 01:22:25 2005 +0000
+++ b/src/account.h	Sun Oct 23 01:42:01 2005 +0000
@@ -764,7 +764,7 @@
  * Deletes an account.
  *
  * This will remove any buddies from the buddy list that belong to this
- * account, buddy pounces that belong to this account, and will also 
+ * account, buddy pounces that belong to this account, and will also
  * destroy @a account.
  *
  * @param account The account.
@@ -789,7 +789,9 @@
 /**
  * Returns a list of all enabled accounts
  *
- * @return A list of all enabled accounts.
+ * @return A list of all enabled accounts. The list is owned
+ *         by the caller, and must be g_list_free()d to avoid
+ *         leaking the nodes.
  */
 GList *gaim_accounts_get_all_active(void);