DataSet.idRemoveNoNotify

Removes an element, without calling its destroy notification function.

struct DataSet
static
void*
idRemoveNoNotify

Parameters

datasetLocation void*

the location identifying the dataset.

keyId GQuark

the #GQuark ID identifying the data element.

Return: the data previously stored at @key_id, or %NULL if none.

Meta