mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
new function g_dataset_retrive_key. adjusted prealloc sizes, to take up
Thu Jun 11 04:15:31 1998 Tim Janik <timj@gtk.org> * glib.h: * gdataset.c: new function g_dataset_retrive_key. adjusted prealloc sizes, to take up less space on initial allocation.
This commit is contained in:
1
glib.h
1
glib.h
@@ -909,6 +909,7 @@ guint g_direct_hash (gconstpointer key);
|
||||
void g_dataset_destroy (gconstpointer dataset_location);
|
||||
guint g_dataset_try_key (const gchar *key);
|
||||
guint g_dataset_force_id (const gchar *key);
|
||||
gchar* g_dataset_retrive_key (guint key_id);
|
||||
gpointer g_dataset_id_get_data (gconstpointer dataset_location,
|
||||
guint key_id);
|
||||
void g_dataset_id_set_data_full (gconstpointer dataset_location,
|
||||
|
Reference in New Issue
Block a user