Signal
GPluginManager::load-plugin-failed
since: 0.33
Declaration
void
load_plugin_failed (
GPluginManager* self,
GObject* plugin,
GError* error,
gpointer user_data
)
Description [src]
Emitted after a plugin fails to load.
Default handler: The default handler is called after the handlers added via |
Available since: 0.33 |
Parameters
plugin
-
Type:
GObject
The
GPluginPlugin
that failed to load.The data is owned by the caller of the function. error
-
Type:
GError
The
GError
of what went wrong.The data is owned by the caller of the function.