glib r7631 - in trunk: . glib
- From: solarion svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7631 - in trunk: . glib
- Date: Mon, 27 Oct 2008 22:59:42 +0000 (UTC)
Author: solarion
Date: Mon Oct 27 22:59:42 2008
New Revision: 7631
URL: http://svn.gnome.org/viewvc/glib?rev=7631&view=rev
Log:
* 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)
Modified:
trunk/ChangeLog
trunk/glib/ghash.c
Modified: trunk/glib/ghash.c
==============================================================================
--- trunk/glib/ghash.c (original)
+++ trunk/glib/ghash.c Mon Oct 27 22:59:42 2008
@@ -1131,7 +1131,7 @@
* 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.
@@ -1157,7 +1157,7 @@
* 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]