Method
GrlPluginget_module
since: 0.2.0
Declaration [src]
GModule*
grl_plugin_get_module (
GrlPlugin* plugin
)
Description [src]
Gets the GModule
containing the plugin.
Available since: 0.2.0
This method is not directly available to language bindings.
Return value
Type: GModule
A GModule
.
The data is owned by the instance. |