summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-10-29 14:55:48 +0100
committerAlexander Larsson <alexl@redhat.com>2015-11-05 16:52:52 +0100
commit0f6c7682b3a11d932e34a3a0bb078d9b4503de3f (patch)
tree1e115d21587108d0dad42aaf056c1fcdbb74749d /NEWS
parent1c46a02bcbfd70c1323e7dc661526b92e4487a27 (diff)
downloadgtk+-0f6c7682b3a11d932e34a3a0bb078d9b4503de3f.tar.gz
Make GtkFileChooser interface require a GObject
Before all GtkFileChooser implementations had to be a GtkWidget, but we want to introduce one for native implementations that is not a widget. This is technically an ABI break, because some code could rely on the guarantee that GtkFileChoosers are GtkWidgets and do unchecked GtkWidget calls. However, that does seem unlikely, and this has not really been documented anywhere.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ad742eb85..fd720fdb06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of Changes in GTK+ 3.19.2
+==================================
+* The GtkFileChooser interface prerequisite was changed from GtkWidget
+ to GObject to allow non-widget filechooser implementations.
+
Overview of Changes in GTK+ 3.19.1
==================================