GNOME Bugzilla – Bug 773228
third parameter of gtk_widget_intersect not listed as 'out'
Last modified: 2017-03-30 09:20:34 UTC
The parameter is named 'intersection' and is obviously for output but the 'out' direction flag is missing, causing automatic language bindings to produce bad code. This can also be seen in the documentation, see https://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-intersect .
Created attachment 348976 [details] [review] gtk_widget_intersect: fix annotations
Review of attachment 348976 [details] [review]: Looks good.
Thanks. Pushed to 3-22 and master.