Move GCompareFunc to GList and introduce and document GEqualFunc in
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Mon, 30 Oct 2000 14:49:50 +0000 (14:49 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Mon, 30 Oct 2000 14:49:50 +0000 (14:49 +0000)
2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
and document GEqualFunc in GHashTable.

* glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
glib/tmpl/relations.sgml : Changed to reflect the changed API
(GCompareFunc -> GEqualFunc).

* glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
fixes.

docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt

index 0f6bff3..fc86575 100644 (file)
@@ -1,3 +1,16 @@
+2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
+       glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
+       and document GEqualFunc in GHashTable.
+
+       * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
+       glib/tmpl/relations.sgml : Changed to reflect the changed API
+       (GCompareFunc -> GEqualFunc).
+
+       * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
+       fixes.
+       
 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
 
        * gobject/tmpl/signals.sgml: start at general description.
index 2a54dae..fb17406 100644 (file)
@@ -1088,6 +1088,7 @@ g_list_length
 g_list_copy
 g_list_reverse
 g_list_sort
+GCompareFunc
 g_list_concat
 g_list_foreach
 GFunc
@@ -1191,7 +1192,7 @@ g_trash_stack_height
 GHashTable
 g_hash_table_new
 GHashFunc
-GCompareFunc
+GEqualFunc
 g_hash_table_insert
 g_hash_table_size
 g_hash_table_lookup