Fix typo
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
Sun Mar 14 22:27:59 2004 Owen Taylor <otaylor@redhat.com>
|
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
|
#GtkTreeViewSearchEqualFunc and its backwards return
|
||||||
value.
|
value.
|
||||||
|
|
||||||
|
|||||||
@ -307,7 +307,7 @@ has some similarity to strcmp() returning 0 for equal strings.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@model: the #GtkTreeModel being searched
|
@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
|
@key: the key string to compare with
|
||||||
@iter: a #GtkTreeIter pointing the row of @model that should be compared
|
@iter: a #GtkTreeIter pointing the row of @model that should be compared
|
||||||
with @key.
|
with @key.
|
||||||
|
|||||||
Reference in New Issue
Block a user