Method

GrlConfigset_plugin

since: 0.1.4

Declaration [src]

void
grl_config_set_plugin (
  GrlConfig* config,
  const gchar* plugin
)

Description [src]

Set the plugin key in the configuration.

Available since: 0.1.4

Parameters

plugin

Type: const gchar*

The plugin id.

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