Method

GrlConfigget_boolean

since: 0.1.8

Declaration [src]

gboolean
grl_config_get_boolean (
  GrlConfig* config,
  const gchar* param
)

Description

No description available.

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.

Return value

Type: gboolean

param value.