mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Annotate gdk_rectangle_intersect
This commit is contained in:
parent
fd75ced492
commit
23f7d3a0ea
@ -62,7 +62,8 @@ gdk_rectangle_union (const GdkRectangle *src1,
|
||||
* gdk_rectangle_intersect:
|
||||
* @src1: a #GdkRectangle
|
||||
* @src2: a #GdkRectangle
|
||||
* @dest: (allow-none): return location for the intersection of @src1 and @src2, or %NULL
|
||||
* @dest: (out caller-allocates) (allow-none): return location for the
|
||||
* intersection of @src1 and @src2, or %NULL
|
||||
*
|
||||
* Calculates the intersection of two rectangles. It is allowed for
|
||||
* @dest to be the same as either @src1 or @src2. If the rectangles
|
||||
|
Loading…
Reference in New Issue
Block a user