Method

GPluginManagerunregister_loader

Declaration [src]

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

Description [src]

Unregisters loader as an available loader.

Parameters

loader GPluginLoader
 

The loader instance to unregister.

 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 unregistered, FALSE otherwise with error set.