An option for an account. More...
#include <accountopt.h>
Data Fields | |
PurplePrefType | type |
The type of value. | |
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. | |
int integer | |
The default integer value. | |
char * string | |
The default string value. | |
GList * list | |
The default list value. | |
} | 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 |
The default boolean value.
Definition at line 46 of file accountopt.h.
The default integer value.
Definition at line 47 of file accountopt.h.
GList* PurpleAccountOption::list |
The default list value.
Definition at line 49 of file accountopt.h.
The name of the associated preference.
Definition at line 42 of file accountopt.h.
The default string value.
Definition at line 48 of file accountopt.h.
The text that will appear to the user.
Definition at line 41 of file accountopt.h.
The type of value.
Definition at line 39 of file accountopt.h.