diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:41:12 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:41:12 +0100 |
commit | 3132f0f62ff0485d33047e5390ada5feee5b7e8f (patch) | |
tree | 921e91c867a4805dbc79bb7b23a7d5b3715fb13b /pango/pango-matrix.c | |
parent | b84e0bae01ff08b26a614f3c91b6e6d276ae95ed (diff) | |
download | pango-3132f0f62ff0485d33047e5390ada5feee5b7e8f.tar.gz |
adding (inout) introspection metadata to pango_matrix_transform_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 015a672f..7ddefdd2 100644 --- a/pango/pango-matrix.c +++ b/pango/pango-matrix.c @@ -308,7 +308,7 @@ pango_matrix_transform_point (const PangoMatrix *matrix, /** * pango_matrix_transform_rectangle: * @matrix: a #PangoMatrix, or %NULL - * @rect: (allow-none): in/out bounding box in Pango units, or %NULL + * @rect: (inout) (allow-none): in/out bounding box in Pango units, or %NULL * * First transforms @rect using @matrix, then calculates the bounding box * of the transformed rectangle. The rectangle should be in Pango units. |