[clutter] actor: Fix annotations for out Vertex parameters
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] actor: Fix annotations for out Vertex parameters
- Date: Wed, 7 Sep 2011 12:01:15 +0000 (UTC)
commit 2af7ac4c13bd99c04eaf59ecfc8fa7a00a3cb8c1
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Sep 7 12:04:08 2011 +0100
actor: Fix annotations for out Vertex parameters
clutter/clutter-actor.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 90bf3d6..9a84bb7 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -1990,7 +1990,7 @@ clutter_actor_real_queue_relayout (ClutterActor *self)
* @ancestor: (allow-none): A #ClutterActor ancestor, or %NULL to use the
* default #ClutterStage
* @point: A point as #ClutterVertex
- * @vertex: The translated #ClutterVertex
+ * @vertex: (out caller-allocates): The translated #ClutterVertex
*
* Transforms @point in coordinates relative to the actor into
* ancestor-relative coordinates using the relevant transform
@@ -2080,7 +2080,7 @@ _clutter_actor_fully_transform_vertices (ClutterActor *self,
* clutter_actor_apply_transform_to_point:
* @self: A #ClutterActor
* @point: A point as #ClutterVertex
- * @vertex: The translated #ClutterVertex
+ * @vertex: (out caller-allocates): The translated #ClutterVertex
*
* Transforms @point in coordinates relative to the actor
* into screen-relative coordinates with the current actor
@@ -11135,7 +11135,7 @@ clutter_actor_unset_flags (ClutterActor *self,
/**
* clutter_actor_get_transformation_matrix:
* @self: a #ClutterActor
- * @matrix: (out): the return location for a #CoglMatrix
+ * @matrix: (out caller-allocates): the return location for a #CoglMatrix
*
* Retrieves the transformations applied to @self relative to its
* parent.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]