From: Alberto Ruiz Date: Mon, 25 Apr 2011 15:39:23 +0000 (+0100) Subject: adding (inout) introspection metadata to pango_matrix_transform_pixel_rectangle X-Git-Tag: 1.29.1~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64fa9090b202a1d27b0baf96e75763239ef21dde;p=platform%2Fupstream%2Fpango.git adding (inout) introspection metadata to pango_matrix_transform_pixel_rectangle --- diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c index 08f9665..4297bc4 100644 --- a/pango/pango-matrix.c +++ b/pango/pango-matrix.c @@ -388,7 +388,7 @@ pango_matrix_transform_rectangle (const PangoMatrix *matrix, /** * pango_matrix_transform_pixel_rectangle: * @matrix: a #PangoMatrix, or %NULL - * @rect: (allow-none): in/out bounding box in device units, or %NULL + * @rect: (inout) (allow-none): in/out bounding box in device units, or %NULL * * First transforms the @rect using @matrix, then calculates the bounding box * of the transformed rectangle. The rectangle should be in device units