/ gwsettingssearch.h / Type definitions / Description

Type definitions



gw_settings_search_field_s

This structure describe all properties of a field in the search
typedef struct gw_settings_search_field_s
{
	gchar *name;
	gint position;
	gchar *position_v;
	gboolean visible;
	gchar *visible_v;
}GWSettingsSearchField;
Settings Search Field structure.

Fields
name name of the field
position position of the field
position_v variable name to store position of the field
visible is the field must be showed
visible_v variable name to store show mode of the field