Method
GrlDataget_boxed
since: 0.2.0
Declaration [src]
gpointer
grl_data_get_boxed (
GrlData* data,
GrlKeyID key
)
Description [src]
Returns the first boxed value associated with key
from data
. If key
has
no first value, that value is not of a boxed type, or key
is not in data
,
then NULL
is returned.
Available since: 0.2.0
Parameters
key
-
Type:
GrlKeyID
Key to use.