return guints instead of gints for g_hash_table_size and

Mon Feb 15 06:18:58 1999  Tim Janik  <timj@gtk.org>

        * glib.h: return guints instead of gints for g_hash_table_size
        and g_hash_table_foreach_remove.
This commit is contained in:
Tim Janik
1999-02-15 05:47:24 +00:00
committed by Tim Janik
parent 0df89d51a4
commit d31ba84c8e
12 changed files with 50 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
Mon Feb 15 06:18:58 1999 Tim Janik <timj@gtk.org>
* glib.h: return guints instead of gints for g_hash_table_size
and g_hash_table_foreach_remove.
Wed Feb 10 12:01:42 1999 Tim Janik <timj@gtk.org>
* configure.in: don't reset G_MODULE_IMPL, so it can be overridden