Method

GrlConfigset_boolean

since: 0.1.8

Declaration [src]

void
grl_config_set_boolean (
  GrlConfig* config,
  const gchar* param,
  gboolean value
)

Description [src]

Set param value.

Available since: 0.1.8

Parameters

param

Type: const gchar*

A boolean type parameter.

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

Type: gboolean

A value.