diff src/account.h @ 6367:9fd154ca6a94

[gaim-migrate @ 6872] The buddy removal code on account deletion has been moved to gaim_accounts_remove(). I think this is more correct, but still wonder about having an API function for actually deleting an account... This should do though. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 04 Aug 2003 19:35:17 +0000
parents 8d10cdfe1bb1
children 41e6d15f4687
line wrap: on
line diff
--- a/src/account.h	Mon Aug 04 19:29:06 2003 +0000
+++ b/src/account.h	Mon Aug 04 19:35:17 2003 +0000
@@ -516,6 +516,9 @@
 /**
  * Removes an account from the list of accounts.
  *
+ * This will remove any buddies from the buddy list that belong to this
+ * account.
+ *
  * @param account The account.
  */
 void gaim_accounts_remove(GaimAccount *account);