Signal

GPluginManager::unloaded-plugin

since: 0.33

Declaration

void
unloaded_plugin (
  GPluginManager* self,
  GObject* plugin,
  gpointer user_data
)

Description [src]

Emitted after a plugin is successfully unloaded.

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 that’s about to be loaded.

The data is owned by the caller of the function.