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: the data previously stored at @key_id, or %NULL if none.

Meta