Method

GrlDataset_int

since: 0.1.4

Declaration [src]

void
grl_data_set_int (
  GrlData* data,
  GrlKeyID key,
  gint intvalue
)

Description [src]

Sets the first int value associated with key in data. If key already has a first value old value is replaced by the new one.

Available since: 0.1.4

Parameters

key

Type: GrlKeyID

Key to change or add.

intvalue

Type: gint

The new value.