comparison src/connection.h @ 10758:c80a609bd747

[gaim-migrate @ 12361] A few other minor changes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 22:48:04 +0000
parents ca69d597a5e2
children 11e95968c9ff
comparison
equal deleted inserted replaced
10757:bb6fea81e770 10758:c80a609bd747
123 * the connection uses the current active status for this account. 123 * the connection uses the current active status for this account.
124 * So if you want to sign on as "away," for example, you need to 124 * So if you want to sign on as "away," for example, you need to
125 * have called gaim_account_set_status(account, "away"). 125 * have called gaim_account_set_status(account, "away").
126 * (And this will call gaim_account_connect() automatically). 126 * (And this will call gaim_account_connect() automatically).
127 * 127 *
128 * @param account The account the connection should be connecting to. 128 * @param account The account the connection should be connecting to.
129 * @param register Whether we are registering a new account or just 129 * @param regist Whether we are registering a new account or just
130 * trying to do a normal signon. 130 * trying to do a normal signon.
131 * @param password The password to use. 131 * @param password The password to use.
132 */ 132 */
133 void gaim_connection_new(GaimAccount *account, gboolean regist, 133 void gaim_connection_new(GaimAccount *account, gboolean regist,
134 const char *password); 134 const char *password);
135 135