API Version: 0.3
Library Version: 0.3.16
Generated by gi-docgen 2023.3
since: 0.2.3
gboolean grl_data_get_boolean ( GrlData* data, GrlKeyID key )
Available since: 0.2.3
key
Type: GrlKeyID
GrlKeyID
Key to use.
Type: gboolean
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.
data