comparison src/account.h @ 10071:af06746954de

[gaim-migrate @ 11047] sf patch 1038040: Doxygen Fixes #3 This is from Jonathan Champ (royanee) Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Oct 2004 22:08:39 +0000
parents 2f41f462ab4e
children b234ad7e0dfe
comparison
equal deleted inserted replaced
10070:2b6bf836c6b9 10071:af06746954de
94 /** 94 /**
95 * Creates a new account. 95 * Creates a new account.
96 * 96 *
97 * @param username The username. 97 * @param username The username.
98 * @param protocol_id The protocol ID. 98 * @param protocol_id The protocol ID.
99 *
100 * @return The new account.
99 */ 101 */
100 GaimAccount *gaim_account_new(const char *username, const char *protocol_id); 102 GaimAccount *gaim_account_new(const char *username, const char *protocol_id);
101 103
102 /** 104 /**
103 * Destroys an account. 105 * Destroys an account.
126 128
127 /** 129 /**
128 * Disconnects from an account. 130 * Disconnects from an account.
129 * 131 *
130 * @param account The account to disconnect from. 132 * @param account The account to disconnect from.
131 *
132 * @return The gaim connection.
133 */ 133 */
134 void gaim_account_disconnect(GaimAccount *account); 134 void gaim_account_disconnect(GaimAccount *account);
135 135
136 /** 136 /**
137 * Notifies the user that the account was added to a remote user's 137 * Notifies the user that the account was added to a remote user's