Method

GPluginManagerappend_paths_from_environment

since: 0.37

Declaration [src]

void
gplugin_manager_append_paths_from_environment (
  GPluginManager* manager,
  const gchar* name
)

Description [src]

Append the paths held in the environment variable name to the list.

Available since: 0.37

Parameters

name

Type: const gchar*

The name of the environment variable containing the paths to add.

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