From 2af7ac4c13bd99c04eaf59ecfc8fa7a00a3cb8c1 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 7 Sep 2011 12:04:08 +0100 Subject: [PATCH] actor: Fix annotations for out Vertex parameters --- clutter/clutter-actor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 90bf3d64c..9a84bb7c5 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.