mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-15 18:31:07 +02:00
Fix a typo in the docs. (#311569, Ross Burton)
2005-07-26 Matthias Clasen <mclasen@redhat.com> * glib/ghash.c (g_hash_table_foreach): Fix a typo in the docs. (#311569, Ross Burton)
This commit is contained in:
parent
dd129201d7
commit
27096aedb5
@ -1,3 +1,8 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.c (g_hash_table_foreach): Fix a typo in the
|
||||
docs. (#311569, Ross Burton)
|
||||
|
||||
2005-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.c (g_hash_table_foreach): Fix a typo in the
|
||||
docs. (#311569, Ross Burton)
|
||||
|
||||
2005-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.c (g_hash_table_foreach): Fix a typo in the
|
||||
docs. (#311569, Ross Burton)
|
||||
|
||||
2005-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.c (g_hash_table_foreach): Fix a typo in the
|
||||
docs. (#311569, Ross Burton)
|
||||
|
||||
2005-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -545,7 +545,7 @@ g_hash_table_foreach_remove_or_steal (GHashTable *hash_table,
|
||||
* pair, and the given @user_data parameter. The hash table may not
|
||||
* be modified while iterating over it (you can't add/remove
|
||||
* items). To remove all items matching a predicate, use
|
||||
* g_hash_table_remove().
|
||||
* g_hash_table_foreach_remove().
|
||||
**/
|
||||
void
|
||||
g_hash_table_foreach (GHashTable *hash_table,
|
||||
|
Loading…
x
Reference in New Issue
Block a user