mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
changed "#GHashTableIterator" to "#GHashTableIter" in the
* glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter" in the documentation-comments above g_hash_table_foreach_remove() and g_hash_table_foreach_steal() to correctly name and link to GHashTableIter. This affects the GNOME documentation website as well, so further steps are likely necessary beyond this subproject. * ChangeLog modified to reflect this. -Joseph (solarion) svn path=/trunk/; revision=7631
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2008-10-27 Joseph Pingenot <gnomesvn@digitasaru.net>
|
||||||
|
|
||||||
|
* glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
|
||||||
|
in the documentation-comments above g_hash_table_foreach_remove()
|
||||||
|
and g_hash_table_foreach_steal() to correctly name and link to
|
||||||
|
GHashTableIter. This affects the GNOME documentation website
|
||||||
|
as well, so further steps are likely necessary beyond this subproject..
|
||||||
|
|
||||||
2008-10-23 Matthias Clasen <mclasen@redhat.com>
|
2008-10-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 557210 – g_compute_checksum_for_* asserts with less than 2 bytes
|
Bug 557210 – g_compute_checksum_for_* asserts with less than 2 bytes
|
||||||
|
@@ -1131,7 +1131,7 @@ g_hash_table_foreach_remove_or_steal (GHashTable *hash_table,
|
|||||||
* the #GHashTable, they are used to free the memory allocated for the removed
|
* the #GHashTable, they are used to free the memory allocated for the removed
|
||||||
* keys and values.
|
* 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.
|
* key/value pairs in the hash table.
|
||||||
*
|
*
|
||||||
* Return value: the number of key/value pairs removed.
|
* Return value: the number of key/value pairs removed.
|
||||||
@@ -1157,7 +1157,7 @@ g_hash_table_foreach_remove (GHashTable *hash_table,
|
|||||||
* If the function returns %TRUE, then the key/value pair is removed from the
|
* If the function returns %TRUE, then the key/value pair is removed from the
|
||||||
* #GHashTable, but no key or value destroy functions are called.
|
* #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.
|
* key/value pairs in the hash table.
|
||||||
*
|
*
|
||||||
* Return value: the number of key/value pairs removed.
|
* Return value: the number of key/value pairs removed.
|
||||||
|
Reference in New Issue
Block a user