From: Matthias Clasen Date: Sun, 15 Jun 2008 00:04:59 +0000 (+0000) Subject: Add docs X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=113f3d318a8ceca255674d29e79dbceed9b6c437;p=dana%2Fcg-glib.git Add docs svn path=/trunk/; revision=7039 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 500cfd8f..466e0af1 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-06-14 Matthias Clasen + + * glib/tmpl/hash_tables.sgml: Add docs for GHashTableIter + 2008-06-12 Matthias Clasen * === Released 2.17.2 === diff --git a/docs/reference/glib/tmpl/hash_tables.sgml b/docs/reference/glib/tmpl/hash_tables.sgml index 650553cd..40ece8d9 100644 --- a/docs/reference/glib/tmpl/hash_tables.sgml +++ b/docs/reference/glib/tmpl/hash_tables.sgml @@ -342,7 +342,10 @@ This function is deprecated and will be removed in the next major - +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().