DataList.idRemoveNoNotify

Removes an element, without calling its destroy notification function.

struct DataList
static
void*
idRemoveNoNotify

Parameters

datalist GData**

a datalist.

keyId GQuark

the GQuark identifying a data element.

Return Value

Type: void*

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