Method

GPluginManagerappend_path

Declaration [src]

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

Description [src]

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

Parameters

path

Type: const gchar*

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

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