forked from AuroraMiddleware/gtk
gtk_widget_intersect: fix annotations
https://bugzilla.gnome.org/show_bug.cgi?id=773228
This commit is contained in:
parent
d33878c5fe
commit
e4b0bedb5d
@ -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 @widget’s area and @area, storing
|
||||
* the intersection in @intersection, and returns %TRUE if there was
|
||||
|
Loading…
Reference in New Issue
Block a user