|
pidgin
2.14.1
|
An option for an account. More...
#include <accountopt.h>
Data Fields | |
| PurplePrefType | type |
| The type of value. More... | |
| char * | text |
| The text that will appear to the user. | |
| char * | pref_name |
| The name of the associated preference. | |
| union { | |
| gboolean boolean | |
| The default boolean value. More... | |
| int integer | |
| The default integer value. More... | |
| char * string | |
| The default string value. More... | |
| GList * list | |
| The default list value. More... | |
| } | default_value |
| gboolean | masked |
| Whether the value entered should be obscured from view (for passwords and similar options) | |
An option for an account.
This is set by protocol plugins, and appears in the account settings dialogs.
Definition at line 37 of file accountopt.h.
| gboolean PurpleAccountOption::boolean |
| int PurpleAccountOption::integer |
| GList* PurpleAccountOption::list |
| char* PurpleAccountOption::string |
| PurplePrefType PurpleAccountOption::type |