summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-09-16 04:45:49 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-09-16 04:45:49 +0000
commitb15f525555dfde87cf7d720007cffdbbb417edcc (patch)
tree797aaea027781651522e68c411fee23d53698c68
parent86b27743248a71d1f17394f143589fe962e70609 (diff)
downloadpygtk-b15f525555dfde87cf7d720007cffdbbb417edcc.tar.gz
pygtk-gtktreeview.xml (set_search_equal_func) Note that the comparison
* pygtk-gtktreeview.xml (set_search_equal_func) Note that the comparison function should return FALSE to indicate a match. (Thomas Mills Hinkle)
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/pygtk-gtktreeview.xml4
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 277cc88b..883f645d 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-15 John Finlay <finlay@moeraki.com>
+
+ * pygtk-gtktreeview.xml (set_search_equal_func) Note that the
+ comparison function should return FALSE to indicate a match. (Thomas
+ Mills Hinkle)
+
2004-09-06 John Finlay <finlay@moeraki.com>
* pygtk-gtkaction.xml (Properties) name property is construct only.
diff --git a/docs/reference/pygtk-gtktreeview.xml b/docs/reference/pygtk-gtktreeview.xml
index 26728678..9b30cbd0 100644
--- a/docs/reference/pygtk-gtktreeview.xml
+++ b/docs/reference/pygtk-gtktreeview.xml
@@ -2904,7 +2904,9 @@ method for more information), <parameter>key</parameter> is the string being
searched for, <parameter>iter</parameter> is a <link
linkend="class-gtktreeiter"><classname>gtk.TreeIter</classname></link>
pointing to the current candidate row and <parameter>data</parameter> is the
-context data <parameter>user_data</parameter>.</para>
+context data <parameter>user_data</parameter>. <parameter>func</parameter>
+should return <literal>FALSE</literal> to indicate that the row matches the
+search criteria.</para>
</refsect2>