Method

GPluginManagerremove_path

Declaration [src]

void
gplugin_manager_remove_path (
  GPluginManager* manager,
  const gchar* path
)

Description [src]

Removes path from the list of paths to search for plugins.

Parameters

path

Type: const gchar*

A path to remove from the plugin search paths.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.