Method

GrlDataget_boolean

since: 0.2.3

Declaration [src]

gboolean
grl_data_get_boolean (
  GrlData* data,
  GrlKeyID key
)

Description

No description available.

Available since: 0.2.3

Parameters

key

Type: GrlKeyID

Key to use.

Return value

Type: gboolean

The first boolean value associated with key from data. If key has no first value, or value is not a gboolean, or key is not in the data, then FALSE is returned.