|
int | elektraDocOpen (Plugin *handle, Key *warningsKey) |
| Initialize data for the plugin. More...
|
|
int | elektraDocClose (Plugin *handle, Key *warningsKey) |
| Finalize the plugin. More...
|
|
int | elektraDocGet (Plugin *handle, KeySet *returned, Key *parentKey) |
| Get data from storage to application. More...
|
|
int | elektraDocSet (Plugin *handle, KeySet *returned, Key *parentKey) |
| Set data from application to storage. More...
|
|
int | elektraDocError (Plugin *handle, KeySet *returned, Key *parentKey) |
| Rollback in case of errors. More...
|
|