Dataset.idGetData

Gets the data element corresponding to a GQuark.

class Dataset
static
void*
idGetData

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