mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Move GCompareFunc to GList and introduce and document GEqualFunc in
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.
This commit is contained in:
parent
3a9edd37c1
commit
6ca80ce85f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user