#include <ctrlproxy.h>
Data Fields | |
int | version |
API version this plugin uses. | |
char * | name |
Name of the plugin. | |
gboolean(* | init )(void) |
Function that initializes the plugin. |
Required to be defined by all plugins.
API version this plugin uses.
char* plugin_ops::name |
Name of the plugin.
gboolean(* plugin_ops::init)(void) |
Function that initializes the plugin.