Method
GrlRelatedKeysset_boxed
since: 0.2.0
Declaration [src]
void
grl_related_keys_set_boxed (
GrlRelatedKeys* relkeys,
GrlKeyID key,
gconstpointer boxed
)
Description [src]
Sets the value associated with key
into relkeys
. key
must have been
registered as a boxed-type key. Old value is freed and the new one is set.
Available since: 0.2.0
Parameters
key
-
Type:
GrlKeyID
Key to change or add.
boxed
-
Type:
gconstpointer
The new value.
The argument can be NULL
.The data is owned by the caller of the method.