From 6ca80ce85f290c16c7325e3604aa6711e688b072 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Mon, 30 Oct 2000 14:49:50 +0000 Subject: [PATCH] Move GCompareFunc to GList and introduce and document GEqualFunc in 2000-10-30 Sebastian Wilhelmi * 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 | 13 +++++++++++++ docs/reference/glib/glib-sections.txt | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 0f6bff3..fc86575 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,16 @@ +2000-10-30 Sebastian Wilhelmi + + * 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 * gobject/tmpl/signals.sgml: start at general description. diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 2a54dae..fb17406 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -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 -- 2.7.4