DataSet.idRemoveNoNotify

Removes an element, without calling its destroy notification function.

struct DataSet
static
void*
idRemoveNoNotify
(,
GQuark keyId
)

Parameters

datasetLocation void*

the location identifying the dataset.

keyId GQuark

the #GQuark ID identifying the data element.

Return Value

Type: void*

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

Meta