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