Mention GtkEntryCompletion signal parameter change

This commit is contained in:
Matthias Clasen 2011-01-28 10:47:36 -05:00
parent 83927a61fc
commit 6bbe86a763

View File

@ -1010,6 +1010,17 @@ gtk_arrow_draw (GtkWidget *widget,
</para>
</section>
<section>
<title>GtkEntryCompletion signal parameters</title>
<para>
The #GtkEntryCompletion::match-selected and
#GtkEntryCompletion::cursor-on-match signals were erroneously
given the internal filter model instead of the users model.
This oversight has been fixed in GTK+ 3; if you have handlers
for these signals, they will likely need slight adjustments.
</section>
<section>
<title>Resize grips</title>