Document GtkTreeModelForeach parameters. (#4777074, Ross Burton)

2007-10-16  Matthias Clasen  <mclasen@redhat.com>

        * gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach
        parameters. (#4777074, Ross Burton)

svn path=/trunk/; revision=18921
This commit is contained in:
Matthias Clasen 2007-10-17 03:33:21 +00:00 committed by Matthias Clasen
parent bf7db03224
commit 260ec9c31e
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach
parameters. (#4777074, Ross Burton)
2007-10-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkpaned.sgml: Mention behaviour with a single child.

View File

@ -303,11 +303,11 @@ data in the three <structfield>user_data</structfield> members.
</para>
@model:
@path:
@iter:
@data:
@Returns:
@model: The #GtkTreeModel currently being iterated
@path: The current #GtkTreePath
@iter: The current #GtkTreeIter
@data: The user data passed to gtk_tree_model_foreach()
@Returns: %TRUE to stop iterating, %FALSE to continue.
<!-- ##### ENUM GtkTreeModelFlags ##### -->