Signal
GPluginManager::unload-plugin-failed
since: 0.33
Declaration
void
unload_plugin_failed (
GPluginManager* self,
GObject* plugin,
GError* error,
gpointer user_data
)
Description [src]
Emitted when manager was asked to unload plugin, but plugin returned
FALSE when its unload function was called.
| Default handler: The default handler is called after the handlers added via |
| Available since: 0.33 |
Parameters
plugin-
Type:
GObjectThe
GPluginPlugininstance that failed to unload.The data is owned by the caller of the function. error-
Type:
GErrorA
GErrorinstance.The data is owned by the caller of the function.