![]() |
![]() |
![]() |
![]() |
GModule *
gplugin_native_plugin_get_module (GPluginNativePlugin *plugin
);
Returns the GModule
associated with this plugin. This should really only
be used if you need to make your plugin resident.
[skip]
#define GPLUGIN_TYPE_NATIVE_PLUGIN (gplugin_native_plugin_get_type())
The standard _get_type macro for GPluginNativePlugin.
“load-func”
property“load-func” gpointer
A function pointer to the load method of the plugin.
Owner: GPluginNativePlugin
Flags: Read / Write / Construct Only
“module”
property“module” gpointer
The GModule instance for this plugin.
Owner: GPluginNativePlugin
Flags: Read / Write / Construct Only
“unload-func”
property“unload-func” gpointer
A function pointer to the unload method of the plugin.
Owner: GPluginNativePlugin
Flags: Read / Write / Construct Only