Signal
GPluginManager::loading-plugin
since: 0.33
Declaration
gboolean
loading_plugin (
GPluginManager* self,
GObject* plugin,
gpointer error,
gpointer user_data
)
Description [src]
Emitted before plugin
is loaded.
Default handler: The default handler is called after the handlers added via |
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. error
-
Type:
gpointer
Return address for a
GError
.The argument can be NULL
.The data is owned by the caller of the function.