Elektra
0.8.16
|
Access plugin handle. More...
#include <kdbinternal.h>
Functions | |
Plugin * | elektraPluginExport (const char *pluginName,...) |
Allows one to Export Methods for a Plugin. More... | |
KeySet * | elektraPluginGetConfig (Plugin *handle) |
Returns the configuration of that plugin. More... | |
void | elektraPluginSetData (Plugin *plugin, void *data) |
Store a pointer to any plugin related data. More... | |
void * | elektraPluginGetData (Plugin *plugin) |
Get a pointer to any plugin related data stored before. More... | |
Access plugin handle.