Method

GrlDataget

since: 0.1.4

Declaration [src]

const GValue*
grl_data_get (
  GrlData* data,
  GrlKeyID key
)

Description [src]

Get the first value from data associated with key.

Available since: 0.1.4

Parameters

key

Type: GrlKeyID

Key to look up.

Return value

Type: GValue

A GValue. This value should not be modified nor freed by user.

The data is owned by the instance.