API Version: 2.0
Library Version: 2.72
gpointer g_dataset_id_get_data ( gconstpointer dataset_location, GQuark key_id )
Gets the data element corresponding to a GQuark.
GQuark
dataset_location
gconstpointer
The location identifying the dataset.
key_id
The GQuark id to identify the data element.
gpointer
The data element corresponding to the GQuark, or NULL if it is not found.
NULL