API Version: 2.0
Library Version: 2.72
#define g_dataset_id_set_data ( l, k, d )
Sets the data element associated with the given GQuark id. Any previous data with the same key is removed, and its destroy function is called.
GQuark
l
-
The location identifying the dataset.
k
The GQuark id to identify the data element.
d
The data element.