mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
bf7db03224
commit
260ec9c31e
@ -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.
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user