diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:39:23 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:39:23 +0100 |
commit | 64fa9090b202a1d27b0baf96e75763239ef21dde (patch) | |
tree | 7f44e87278f8f1bf1d2b5fb4026e45a26bf42e80 /pango/pango-matrix.c | |
parent | 646a51dfad73beee3ddb578f305d064cdf056b98 (diff) | |
download | pango-64fa9090b202a1d27b0baf96e75763239ef21dde.tar.gz |
adding (inout) introspection metadata to pango_matrix_transform_pixel_rectangle
Diffstat (limited to 'pango/pango-matrix.c')
-rw-r--r-- | pango/pango-matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c index 08f96656..4297bc4f 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 |