Signal
GPluginManager::unloading-plugin
since: 0.33
Declaration
gboolean
unloading_plugin (
  GPluginManager* self,
  GObject* plugin,
  gpointer error,
  gpointer user_data
)
      Description [src]
Emitted before a plugin is unloaded.
| Default handler:  The default handler is called after the handlers added via   | 
| Available since: 0.33 | 
Parameters
plugin- 
            
Type:
GObjectThe
GPluginPluginthat’s about to be unloaded.The data is owned by the caller of the function.  error- 
            
Type:
gpointerReturn address for a
GError.The argument can be NULL.The data is owned by the caller of the function.