From 0f6c7682b3a11d932e34a3a0bb078d9b4503de3f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 29 Oct 2015 14:55:48 +0100 Subject: 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 ================================== -- cgit v1.2.1