Method

GrlDataadd_int

since: 0.1.10

Declaration [src]

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

Description [src]

Appends a new int value for key in data.

Available since: 0.1.10

Parameters

key

Type: GrlKeyID

Key to append.

intvalue

Type: gint

The new value.