summaryrefslogtreecommitdiff
path: root/gdk/gdkrectangle.c
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-28 16:53:14 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-28 17:02:18 +0200
commit1fa7f1085eaf164c2521d2941c86364788226ca4 (patch)
tree205f9670367b1b06167d953d2ca96d756f990e9b /gdk/gdkrectangle.c
parent14d4bc3c400f16a5bbb385685deaee6369c95567 (diff)
downloadgtk+-1fa7f1085eaf164c2521d2941c86364788226ca4.tar.gz
Annotate gdk_rectangle_intersect
Diffstat (limited to 'gdk/gdkrectangle.c')
-rw-r--r--gdk/gdkrectangle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdkrectangle.c b/gdk/gdkrectangle.c
index 71a8bbc7f0..060bd03ef5 100644
--- a/gdk/gdkrectangle.c
+++ b/gdk/gdkrectangle.c
@@ -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