summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-12-09 22:56:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-12-09 22:56:39 -0500
commit8463d0ee62b4b22fa1eefd905a91850b10504229 (patch)
tree66ce167d9989299cecf53980e9f181182f6fd5da /README.in
parentb49c7c34214da2d8d5e6dae2e8d0b0fe1b23f68e (diff)
downloadgtk+-8463d0ee62b4b22fa1eefd905a91850b10504229.tar.gz
GtkMenuPositionFunc: Correct annotations
x and y are inout, not just out. https://bugzilla.gnome.org/show_bug.cgi?id=674537
Diffstat (limited to 'README.in')
-rw-r--r--README.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.in b/README.in
index 01dcd2ae20..161eb58bdf 100644
--- a/README.in
+++ b/README.in
@@ -82,6 +82,11 @@ Release notes for 3.16
* GTK+ no longer uses gtk-update-icon-cache during its build. The
--enable-gtk2-dependency configure option has been removed.
+* The introspection annotations for the x and y parameters of
+ GtkMenuPositionFunc have been corrected from 'out' to 'inout'.
+ If you are using such a function from language-bindings, this
+ may require adjustments.
+
Release notes for 3.14
======================