Method
GrlDataget
since: 0.1.4
Declaration [src]
const GValue*
grl_data_get (
GrlData* data,
GrlKeyID key
)
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. |