go-plugin-loader-module
go-plugin-loader-module
|
|
Details
GOPluginLoaderModule
typedef struct {
GObject base;
gchar *module_file_name;
GModule *handle;
void (*plugin_init) (GOPlugin *plugin, GOCmdContext *cc);
void (*plugin_shutdown) (GOPlugin *plugin, GOCmdContext *cc);
} GOPluginLoaderModule;
GOPluginLoaderModuleClass
typedef GObjectClass GOPluginLoaderModuleClass;
go_plugin_loader_module_register_version ()
void go_plugin_loader_module_register_version
(char const *id,
char const *ver);