comparison src/account.h @ 8073:2b396aefe321

[gaim-migrate @ 8771] Documentation update. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 11 Jan 2004 08:15:06 +0000
parents fa6395637e2c
children f347c8d25cf5
comparison
equal deleted inserted replaced
8072:ceb88c0a1abb 8073:2b396aefe321
606 * @return A list of all accounts. 606 * @return A list of all accounts.
607 */ 607 */
608 GList *gaim_accounts_get_all(void); 608 GList *gaim_accounts_get_all(void);
609 609
610 /** 610 /**
611 * Finds an account with the specified name and protocol number. 611 * Finds an account with the specified name and protocol id.
612 * 612 *
613 * @param name The account username. 613 * @param name The account username.
614 * @param protocol The account protocol ID or number. 614 * @param protocol The account protocol ID.
615 * 615 *
616 * @return The account, if found, or @c FALSE otherwise. 616 * @return The account, if found, or @c FALSE otherwise.
617 */ 617 */
618 GaimAccount *gaim_accounts_find(const char *name, const char *protocol); 618 GaimAccount *gaim_accounts_find(const char *name, const char *protocol);
619 619