Method

GrlDataget_int64

since: 0.2.12

Declaration [src]

gint64
grl_data_get_int64 (
  GrlData* data,
  GrlKeyID key
)

Description [src]

Returns the first int64 value associated with key from data. If key has no first value, or value is not a gint, or key is not in data, then 0 is returned.

Available since: 0.2.12

Parameters

key

Type: GrlKeyID

Key to use.

Return value

Type: gint64

Int value associated with key, or 0 in other case.