glib r7652 - in branches/glib-2-18: . glib



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]