Signal
GPluginManager::loading-plugin
Declaration
gboolean
loading_plugin (
GPluginManager* self,
GObject* plugin,
gpointer error,
gpointer user_data
)
Description [src]
Emitted before plugin is loaded.
Return FALSE to stop loading.
| 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. |