datasetIdGetData

fnvoid * datasetIdGetData(const(void) * datasetLocation, glib.types.Quark keyId)

Gets the data element corresponding to a #GQuark.

Parameters

datasetLocationthe location identifying the dataset.
keyIdthe #GQuark id to identify the data element.

Returns

the data element corresponding to

the #GQuark, or null if it is not found.