Mercurial > pidgin
diff src/accountopt.c @ 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 | e9551e7d6f01 |
line wrap: on
line diff
--- a/src/accountopt.c Mon Jun 02 08:49:23 2003 +0000 +++ b/src/accountopt.c Mon Jun 02 09:44:42 2003 +0000 @@ -161,6 +161,14 @@ return option->text; } +const char * +gaim_account_option_get_setting(const GaimAccountOption *option) +{ + g_return_val_if_fail(option != NULL, NULL); + + return option->pref_name; +} + gboolean gaim_account_option_get_default_bool(const GaimAccountOption *option) {
