#include <accountopt.h>
Data Fields | |
GaimPrefType | 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 | |
int integer | |
char * string | |
GList * list | |
} | default_value |
This is set by protocol plugins, and appears in the account settings dialogs.
|
The default boolean value.
|
|
The default integer value.
|
|
The default list value.
|
|
The default string value.
|