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 |
Parameters
plugin |
GObject |
The |
|
The data is owned by the caller of the function. | |
error |
gpointer |
Return address for a |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |