Method
GrlRelatedKeysget_boolean
since: 0.2.3
Declaration [src]
gboolean
grl_related_keys_get_boolean (
GrlRelatedKeys* relkeys,
GrlKeyID key
)
Description [src]
Returns the value associated with key
from relkeys
. If key
has no value,
or value is not a gboolean, or key
is not in relkeys
, then FALSE
is returned.
Available since: 0.2.3
Parameters
key
-
Type:
GrlKeyID
Key to use.