mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 21:29:20 +02:00
Small documentation fix.
svn path=/branches/glib-2-18/; revision=7652
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-11-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
* glib/ghash.c: Small documentation fix by Joseph Pingenot.
|
||||
|
||||
2008-11-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
@@ -1002,7 +1002,7 @@ g_hash_table_foreach_remove_or_steal (GHashTable *hash_table,
|
||||
* the #GHashTable, they are used to free the memory allocated for the removed
|
||||
* keys and values.
|
||||
*
|
||||
* See #GHashTableIterator for an alternative way to loop over the
|
||||
* See #GHashTableIter for an alternative way to loop over the
|
||||
* key/value pairs in the hash table.
|
||||
*
|
||||
* Return value: the number of key/value pairs removed.
|
||||
@@ -1028,7 +1028,7 @@ g_hash_table_foreach_remove (GHashTable *hash_table,
|
||||
* If the function returns %TRUE, then the key/value pair is removed from the
|
||||
* #GHashTable, but no key or value destroy functions are called.
|
||||
*
|
||||
* See #GHashTableIterator for an alternative way to loop over the
|
||||
* See #GHashTableIter for an alternative way to loop over the
|
||||
* key/value pairs in the hash table.
|
||||
*
|
||||
* Return value: the number of key/value pairs removed.
|
||||
|
Reference in New Issue
Block a user