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 g_signal_connect().

Available since: 0.33

Parameters

plugin

Type: GObject

The GPluginPlugin instance that failed to unload.

The data is owned by the caller of the function.
error

Type: GError

A GError instance.

The data is owned by the caller of the function.