Method

GPluginManagerprepend_path

Declaration [src]

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

Description [src]

Adds path to the beginning of the list of paths to search for plugins.

Parameters

path

Type: const gchar*

A path to add to the beginning of the plugin search paths.

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