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 d33878c5fe
commit e4b0bedb5d

View File

@ -7062,7 +7062,8 @@ gtk_widget_activate (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