Method
GPluginPluginget_error
Declaration [src]
GError*
gplugin_plugin_get_error (
GPluginPlugin* plugin
)
Description [src]
Gets the GError
, if any, that the plugin returned during load or unload.
Gets property | GPlugin.Plugin:error |
Return value
Returns: | GError |
The error the plugin returned during load or
unload, or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |