comparison 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
comparison
equal deleted inserted replaced
11731:d9aab67a9e07 11732:03c813a42c76
762 762
763 /** 763 /**
764 * Deletes an account. 764 * Deletes an account.
765 * 765 *
766 * This will remove any buddies from the buddy list that belong to this 766 * This will remove any buddies from the buddy list that belong to this
767 * account, buddy pounces that belong to this account, and will also 767 * account, buddy pounces that belong to this account, and will also
768 * destroy @a account. 768 * destroy @a account.
769 * 769 *
770 * @param account The account. 770 * @param account The account.
771 */ 771 */
772 void gaim_accounts_delete(GaimAccount *account); 772 void gaim_accounts_delete(GaimAccount *account);
787 GList *gaim_accounts_get_all(void); 787 GList *gaim_accounts_get_all(void);
788 788
789 /** 789 /**
790 * Returns a list of all enabled accounts 790 * Returns a list of all enabled accounts
791 * 791 *
792 * @return A list of all enabled accounts. 792 * @return A list of all enabled accounts. The list is owned
793 * by the caller, and must be g_list_free()d to avoid
794 * leaking the nodes.
793 */ 795 */
794 GList *gaim_accounts_get_all_active(void); 796 GList *gaim_accounts_get_all_active(void);
795 797
796 /** 798 /**
797 * Finds an account with the specified name and protocol id. 799 * Finds an account with the specified name and protocol id.