Fix the docs for GtkTreeModelFilterVisibleFunc. (#144583, Olivier Andrieu)
Fri Jun 18 21:23:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for GtkTreeModelFilterVisibleFunc. (#144583, Olivier Andrieu)
This commit is contained in:
committed by
Matthias Clasen
parent
3a364cd602
commit
105deb1810
@@ -1,3 +1,8 @@
|
||||
Fri Jun 18 21:23:08 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for
|
||||
GtkTreeModelFilterVisibleFunc. (#144583, Olivier Andrieu)
|
||||
|
||||
2004-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.4.3 ===
|
||||
|
||||
@@ -55,8 +55,9 @@ The GtkTreeModelFilter struct contains only private fields.
|
||||
A function which decides whether the row indicated by @iter is visible.
|
||||
</para>
|
||||
|
||||
@model: the #GtkTreeModelFilter
|
||||
@iter: a #GtkTreeIter pointing to the row whose visibility is determined
|
||||
@model: the child model of the #GtkTreeModelFilter
|
||||
@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()
|
||||
@Returns: Whether the row indicated by @iter is visible.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user