Method

GrlRelatedKeysset_int64

since: 0.2.12

Declaration [src]

void
grl_related_keys_set_int64 (
  GrlRelatedKeys* relkeys,
  GrlKeyID key,
  gint64 intvalue
)

Description [src]

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

Available since: 0.2.12

Parameters

key

Type: GrlKeyID

Key to change or add.

intvalue

Type: gint64

The new value.