Add docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 15 Jun 2008 00:04:59 +0000 (00:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 15 Jun 2008 00:04:59 +0000 (00:04 +0000)
svn path=/trunk/; revision=7039

docs/reference/ChangeLog
docs/reference/glib/tmpl/hash_tables.sgml

index 500cfd8ffb912c7d5b4b2bcb8c50e490a4bc4940..466e0af145aa84fece0fb1eab2042f56665601ce 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/hash_tables.sgml: Add docs for GHashTableIter
+
 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
        
        * === Released 2.17.2 ===
index 650553cddb078221ba651c0741d1faf49c417eff..40ece8d963cafd514362b0966fdab832e43c04a0 100644 (file)
@@ -342,7 +342,10 @@ This function is deprecated and will be removed in the next major
 
 <!-- ##### STRUCT GHashTableIter ##### -->
 <para>
-
+A GHashTableIter structure represents an iterator that can be
+used to iterate over the elements of a #GHashTable. GHashTableIter
+structures are typically allocated on the stack and then initialized
+with g_hash_table_iter_init().
 </para>