API Version: 2.0
Library Version: 2.72
#define g_datalist_id_set_data ( dl, q, d )
Sets the data corresponding to the given GQuark id. Any previous data with the same key is removed, and its destroy function is called.
GQuark
dl
-
A datalist.
q
The GQuark to identify the data element.
d
The data element, or NULL to remove any previous element corresponding to q.
NULL