Method

GrlDataadd_int64

since: 0.2.12

Declaration [src]

void
grl_data_add_int64 (
  GrlData* data,
  GrlKeyID key,
  gint64 intvalue
)

Description [src]

Appends a new int64 value for key in data.

Available since: 0.2.12

Parameters

key

Type: GrlKeyID

Key to append.

intvalue

Type: gint64

The new value.