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.

Return value

Returns: GError*
 

The GError the plugin returned during load or unload, or NULL if no error occurred.

 The caller of the method takes ownership of the data, and is responsible for freeing it.