glib r7652 - in branches/glib-2-18: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7652 - in branches/glib-2-18: . glib
- Date: Fri, 14 Nov 2008 23:22:28 +0000 (UTC)
Author: matthiasc
Date: Fri Nov 14 23:22:27 2008
New Revision: 7652
URL: http://svn.gnome.org/viewvc/glib?rev=7652&view=rev
Log:
Small documentation fix.
Modified:
branches/glib-2-18/ChangeLog
branches/glib-2-18/glib/ghash.c
Modified: branches/glib-2-18/glib/ghash.c
==============================================================================
--- branches/glib-2-18/glib/ghash.c (original)
+++ branches/glib-2-18/glib/ghash.c Fri Nov 14 23:22:27 2008
@@ -1002,7 +1002,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.
@@ -1028,7 +1028,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]