[mutter] Fix previous commit
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] Fix previous commit
- Date: Sat, 19 Mar 2011 19:57:27 +0000 (UTC)
commit 9fad2246ae1c1f8cb6740728a8ac49b6e6579880
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Sat Mar 19 20:56:18 2011 +0100
Fix previous commit
It is actually caller-allocates, not callee (the object is provided
by the binding, not by the function)
src/core/boxes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/core/boxes.c b/src/core/boxes.c
index db733df..b592bd4 100644
--- a/src/core/boxes.c
+++ b/src/core/boxes.c
@@ -183,7 +183,7 @@ meta_rectangle_area (const MetaRectangle *rect)
* meta_rectangle_intersect:
* @src1: a #MetaRectangle
* @src2: another #MetaRectangle
- * @dest: (out callee-allocates): an empty #MetaRectangle, to be filled
+ * @dest: (out caller-allocates): an empty #MetaRectangle, to be filled
* with the coordinates of the intersection.
*
* Returns: TRUE is some intersection exists and is not degenerate, FALSE
@@ -240,7 +240,7 @@ meta_rectangle_equal (const MetaRectangle *src1,
* meta_rectangle_union:
* @rect1: a #MetaRectangle
* @rect2: another #MetaRectangle
- * @dest: (out callee-allocates): an empty #MetaRectangle, to be filled
+ * @dest: (out caller-allocates): an empty #MetaRectangle, to be filled
* with the coordinates of the bounding box.
*/
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]