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
Type: GError
The error the plugin returned during load or
unload, or NULL if no error occurred.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |