comparison src/account.h @ 10566:62fc579810f4

[gaim-migrate @ 11949] Mostly some whitespace cleanups, a couple of documentation fixes/cleanups. I also removed toggle_sensitive() since it was duplicated a couple lines down. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 02 Feb 2005 17:13:41 +0000
parents 16d63d8c26d8
children 55af3fa46329
comparison
equal deleted inserted replaced
10565:3b66a8f25bad 10566:62fc579810f4
115 * @param account The account to connect to. 115 * @param account The account to connect to.
116 * @param status The status the account should use when logging in. 116 * @param status The status the account should use when logging in.
117 * 117 *
118 * @return The gaim connection. 118 * @return The gaim connection.
119 */ 119 */
120 GaimConnection *gaim_account_connect(GaimAccount *account, GaimStatus *status); 120 GaimConnection *gaim_account_connect(GaimAccount *account, GaimStatus *status);
121 121
122 /** 122 /**
123 * Registers an account. 123 * Registers an account.
124 * 124 *
125 * @param account The account to register. 125 * @param account The account to register.