]> Pileus Git - ~andy/gtk/commitdiff
Mention GtkEntryCompletion signal parameter change
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Jan 2011 15:47:36 +0000 (10:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Jan 2011 16:10:07 +0000 (11:10 -0500)
docs/reference/gtk/migrating-2to3.xml

index 40111d0a1a3a872ab1e91ba53fd97fec58f12f45..f79d7b2c0e71a32db59459f62da108fcaeb8c1f8 100644 (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>