From eca73fe6c7cdc6657f6da2bdff19d635d0459792 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 10 Jun 2009 14:54:42 +0100 Subject: [PATCH] [docs] Annotate fixed sized arrays --- clutter/clutter-actor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 775137d6f..15a2a28a5 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -2008,8 +2008,8 @@ clutter_actor_transform_and_project_box (ClutterActor *self, * @self: A #ClutterActor * @ancestor: A #ClutterActor to calculate the vertices against, or %NULL * to use the default #ClutterStage - * @verts: (out) (array): return location for an array of 4 #ClutterVertex in which - * to store the result. + * @verts: (out) (array fixed-size=4): return location for an array of + * 4 #ClutterVertex in which to store the result. * * Calculates the transformed coordinates of the four corners of the * actor in the plane of @ancestor. The returned vertices relate to @@ -2100,8 +2100,8 @@ clutter_actor_get_allocation_vertices (ClutterActor *self, /** * clutter_actor_get_abs_allocation_vertices: * @self: A #ClutterActor - * @verts: Pointer to a location of an array of 4 #ClutterVertex where to - * store the result. + * @verts: (out) (array fixed-size=4): Pointer to a location of an array + * of 4 #ClutterVertex where to store the result. * * Calculates the transformed screen coordinates of the four corners of * the actor; the returned vertices relate to the #ClutterActorBox