comparison src/account.h @ 5694:2d0d96c5a7a7

[gaim-migrate @ 6115] Added a function to clear all protocol settings from an account. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 07:44:42 +0000
parents 46d7ad0dfa26
children dbac958d8937
comparison
equal deleted inserted replaced
5693:0b5318235562 5694:2d0d96c5a7a7
167 * @param info The proxy information. 167 * @param info The proxy information.
168 */ 168 */
169 void gaim_account_set_proxy_info(GaimAccount *account, GaimProxyInfo *info); 169 void gaim_account_set_proxy_info(GaimAccount *account, GaimProxyInfo *info);
170 170
171 /** 171 /**
172 * Clears all protocol-specific settings on an account.
173 *
174 * @param account The account.
175 */
176 void gaim_account_clear_settings(GaimAccount *account);
177
178 /**
172 * Sets a protocol-specific integer setting for an account. 179 * Sets a protocol-specific integer setting for an account.
173 * 180 *
174 * @param account The account. 181 * @param account The account.
175 * @param name The name of the setting. 182 * @param name The name of the setting.
176 * @param value The setting's value. 183 * @param value The setting's value.