diff options
Diffstat (limited to 'gdk/gdkrectangle.c')
-rw-r--r-- | gdk/gdkrectangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkrectangle.c b/gdk/gdkrectangle.c index ff68aa53ac..2e104c33dc 100644 --- a/gdk/gdkrectangle.c +++ b/gdk/gdkrectangle.c @@ -53,7 +53,7 @@ * gdk_rectangle_union: * @src1: a #GdkRectangle * @src2: a #GdkRectangle - * @dest: return location for the union of @src1 and @src2 + * @dest: (out): return location for the union of @src1 and @src2 * * Calculates the union of two rectangles. * The union of rectangles @src1 and @src2 is the smallest rectangle which |