Describes a Synema plugin. More...
#include <plugins.h>
Data Fields | |
gchar * | name |
name of the plugin (unique identifier) | |
void * | handle |
dlhandle for the plugin's shared library |
Describes a Synema plugin.
This structure describes a plugin, which is made of a name that is proper to this plugin, and a dlhandle used for loading the plugin's symbols dynamically.
Definition at line 41 of file plugins.h.
void* plugin_t::handle |
gchar* plugin_t::name |