#include <request.h>
Collaboration diagram for GaimRequestField:

Data Fields | |
| GaimRequestFieldType | type |
| GaimRequestFieldGroup * | group |
| char * | id |
| char * | label |
| char * | type_hint |
| gboolean | visible |
| gboolean | required |
| union { | |
| struct { | |
| gboolean multiline | |
| gboolean masked | |
| gboolean editable | |
| char * default_value | |
| char * value | |
| } string | |
| struct { | |
| int default_value | |
| int value | |
| } integer | |
| struct { | |
| gboolean default_value | |
| gboolean value | |
| } boolean | |
| struct { | |
| int default_value | |
| int value | |
| GList * labels | |
| } choice | |
| struct { | |
| GList * items | |
| GHashTable * item_data | |
| GList * selected | |
| GHashTable * selected_table | |
| gboolean multiple_selection | |
| } list | |
| struct { | |
| GaimAccount * default_account | |
| GaimAccount * account | |
| gboolean show_all | |
| GaimFilterAccountFunc filter_func | |
| } account | |
| } | u |
| void * | ui_data |
1.4.4