gtk_widget_intersect: fix annotations

https://bugzilla.gnome.org/show_bug.cgi?id=773228
This commit is contained in:
Christoph Reiter 2017-03-30 10:45:00 +02:00 committed by Christoph Reiter
parent cff35b36a3
commit cc53017b3e

View File

@ -7892,7 +7892,8 @@ gtk_widget_reparent (GtkWidget *widget,
* gtk_widget_intersect:
* @widget: a #GtkWidget
* @area: a rectangle
* @intersection: (nullable): rectangle to store intersection of @widget and @area
* @intersection: (out caller-allocates) (optional): rectangle to store
* intersection of @widget and @area
*
* Computes the intersection of a @widgets area and @area, storing
* the intersection in @intersection, and returns %TRUE if there was