This commit is contained in:
Owen Taylor 2004-03-15 03:33:26 +00:00
parent 00c4ba6e7e
commit fa3b69de78
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Sun Mar 14 22:27:59 2004 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtktreeview.sgml (linkend): Document
* gtk/tmpl/gtktreeview.sgml: Document
#GtkTreeViewSearchEqualFunc and its backwards return
value.

View File

@ -307,7 +307,7 @@ has some similarity to strcmp() returning 0 for equal strings.
</para>
@model: the #GtkTreeModel being searched
@column: the search column set by gtk_tree_view_set_seach_column
@column: the search column set by gtk_tree_view_set_search_column()
@key: the key string to compare with
@iter: a #GtkTreeIter pointing the row of @model that should be compared
with @key.