comparison src/account.h @ 5879:d58406d31a1a

[gaim-migrate @ 6311] Too many things can go wrong with gaim_accounts_get_active(), so I'm taking it out and modifying the accounts drop-down box to just use gaim_connections_get_all() instead. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 04:58:09 +0000
parents f336fc0a7b8b
children a4f2aba0848d
comparison
equal deleted inserted replaced
5878:9e54bb2ee3b5 5879:d58406d31a1a
490 * @return A list of all accounts. 490 * @return A list of all accounts.
491 */ 491 */
492 GList *gaim_accounts_get_all(void); 492 GList *gaim_accounts_get_all(void);
493 493
494 /** 494 /**
495 * Returns a list of all active accounts.
496 *
497 * @return A list of all accounts.
498 */
499 GList *gaim_accounts_get_active(void);
500
501 /**
502 * Finds an account with the specified name and protocol. 495 * Finds an account with the specified name and protocol.
503 * 496 *
504 * @param name The account username. 497 * @param name The account username.
505 * @param protocol The account protocol. 498 * @param protocol The account protocol.
506 * 499 *