Signal

GPluginManager::unloading-plugin

Declaration

gboolean
unloading_plugin (
  GPluginManager* self,
  GObject* plugin,
  gpointer error,
  gpointer user_data
)

Description [src]

Emitted before a plugin is unloaded.

Return FALSE to stop unloading.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

plugin GObject*
 

The GPluginPlugin that’s about to be unloaded.

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

Return address for a GError.

Return value

Returns: gboolean
  No description available.