Method

GPluginManagerregister_loader

Declaration [src]

gboolean
gplugin_manager_register_loader (
  GPluginManager* manager,
  GPluginLoader* loader,
  GError** error
)

Description [src]

Registers type as an available loader.

Parameters

loader GPluginLoader
 

The GPluginLoader instance to register.

 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 the loader was successfully register, FALSE otherwise with error set.