Method

GPluginLoaderload_plugin

Declaration [src]

gboolean
gplugin_loader_load_plugin (
  GPluginLoader* loader,
  GPluginPlugin* plugin,
  GError** error
)

Description [src]

This function is called by the plugin manager to ask loader to load plugin.

Parameters

plugin GPluginPlugin
 

The plugin instance to load.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if plugin was loaded successfully, FALSE otherwise.