Function
GLibdataset_id_remove_no_notify
Declaration [src]
gpointer
g_dataset_id_remove_no_notify (
  gconstpointer dataset_location,
  GQuark key_id
)
Description [src]
Removes an element, without calling its destroy notification function.
This function is not directly available to language bindings.
Parameters
- dataset_location
- 
            Type: gconstpointerThe location identifying the dataset. The data is owned by the caller of the function. 
- key_id
- 
            Type: GQuarkThe GQuarkID identifying the data element.