DataSet.idGetData

Gets the data element corresponding to a #GQuark.

struct DataSet
static
void*
idGetData
(,
GQuark keyId
)

Parameters

datasetLocation void*

the location identifying the dataset.

keyId GQuark

the #GQuark id to identify the data element.

Return Value

Type: void*

the data element corresponding to the #GQuark, or %NULL if it is not found.

Meta