diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-12-09 22:56:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-12-09 22:56:39 -0500 |
commit | 8463d0ee62b4b22fa1eefd905a91850b10504229 (patch) | |
tree | 66ce167d9989299cecf53980e9f181182f6fd5da /README.in | |
parent | b49c7c34214da2d8d5e6dae2e8d0b0fe1b23f68e (diff) | |
download | gtk+-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.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ====================== |