mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
Add docs
svn path=/trunk/; revision=7039
This commit is contained in:
parent
7ba2244a2d
commit
113f3d318a
docs/reference
@ -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>
|
2008-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.17.2 ===
|
* === Released 2.17.2 ===
|
||||||
|
@ -342,7 +342,10 @@ This function is deprecated and will be removed in the next major
|
|||||||
|
|
||||||
<!-- ##### STRUCT GHashTableIter ##### -->
|
<!-- ##### STRUCT GHashTableIter ##### -->
|
||||||
<para>
|
<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>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user