Method

GrlRegistryadd_directory

since: 0.2.0

Declaration [src]

void
grl_registry_add_directory (
  GrlRegistry* registry,
  const gchar* path
)

Description [src]

Set this path as part of default paths to load plugins.

Available since: 0.2.0

Parameters

path

Type: const gchar*

A path with plugins.

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