Method

GrlRelatedKeysset_boolean

since: 0.2.3

Declaration [src]

void
grl_related_keys_set_boolean (
  GrlRelatedKeys* relkeys,
  GrlKeyID key,
  gboolean booleanvalue
)

Description [src]

Sets the value associated with key into relkeys. key must have been registered as a boolean-type key. Old value is replaced by the new one.

Available since: 0.2.3

Parameters

key

Type: GrlKeyID

Key to change or add.

booleanvalue

Type: gboolean

The new value.