e_config_add_items —
void e_config_add_items ( | ec, | |
| items, | ||
| commitfunc, | ||
| abortfunc, | ||
| freefunc, | ||
data); |
| EConfig * | ec; |
| GSList * | items; |
| EConfigItemsFunc | commitfunc; |
| EConfigItemsFunc | abortfunc; |
| EConfigItemsFunc | freefunc; |
| void * | data; |
An initialised implementing instance of EConfig.
A list of EConfigItem's to add to the configuration manager ec.
If supplied, called to commit the configuration items to persistent storage.
If supplied, called to abort/undo the storage of these items permanently.
If supplied, called to free the item list (and/or items) once they are no longer needed.
Data for the callback methods.