comparison src/accountopt.h @ 5660:1709a545a7bd

[gaim-migrate @ 6074] The Protocol Options is back! ... sort of. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 09:44:42 +0000
parents c52a97f3739e
children 158196b2db19
comparison
equal deleted inserted replaced
5659:6b3214ab8632 5660:1709a545a7bd
169 * @return The account option's text. 169 * @return The account option's text.
170 */ 170 */
171 const char *gaim_account_option_get_text(const GaimAccountOption *option); 171 const char *gaim_account_option_get_text(const GaimAccountOption *option);
172 172
173 /** 173 /**
174 * Returns the account setting for an account option.
175 *
176 * @param option The accont option.
177 *
178 * @return The account setting.
179 */
180 const char *gaim_account_option_get_setting(const GaimAccountOption *option);
181
182 /**
174 * Returns the default boolean value for an account option. 183 * Returns the default boolean value for an account option.
175 * 184 *
176 * @param option The account option. 185 * @param option The account option.
177 * 186 *
178 * @return The default boolean value. 187 * @return The default boolean value.