This commit is contained in:
Matthias Clasen 2004-06-19 01:21:59 +00:00
parent 67362c6b97
commit 92bed8d6d7
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Jun 18 21:20:42 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for
GtkTreeModelFilterVisibleFunc (#144583, Olivier Andrieu)
Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de> Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktable.sgml: Document the default attach * gtk/tmpl/gtktable.sgml: Document the default attach

View File

@ -55,8 +55,9 @@ The GtkTreeModelFilter struct contains only private fields.
A function which decides whether the row indicated by @iter is visible. A function which decides whether the row indicated by @iter is visible.
</para> </para>
@model: the #GtkTreeModelFilter @model: the child model of the #GtkTreeModelFilter
@iter: a #GtkTreeIter pointing to the row whose visibility is determined @iter: a #GtkTreeIter pointing to the row in @model whose visibility
is determined
@data: user data given to gtk_tree_model_filter_set_visible_func() @data: user data given to gtk_tree_model_filter_set_visible_func()
@Returns: Whether the row indicated by @iter is visible. @Returns: Whether the row indicated by @iter is visible.