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:
Tim Janik
1998-06-11 03:38:33 +00:00
committed by Tim Janik
parent 580b16fb22
commit b49ead6fe5
12 changed files with 126 additions and 50 deletions

1
glib.h
View File

@@ -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,