mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Fix typo
This commit is contained in:
parent
00c4ba6e7e
commit
fa3b69de78
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user