struct _EConfigHookGroup — A group of configuration items.
struct _EConfigHookGroup {
struct _EConfigHook * hook;
char * id;
int target_type;
GSList * items;
char * check;
char * commit;
char * abort;
}; Parent object.
The configuration window to which these items apply.
The target type expected by the items. This is defined by implementing classes.
A list of EConfigHookItem's for this group.
A validate page handler.
The name of the commit function for this group of items, or NULL for instant-apply configuration windows. Its format is plugin-type defined.
Similar to the commit function but for aborting or cancelling a configuration edit.