diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:57:22 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:57:22 +0100 |
commit | 877447d21c495622ac84de2ac85364b3f4df7891 (patch) | |
tree | 8e2f3a3d31eaab1a63e9c4b37300aecba0212426 /pango/pango-matrix.c | |
parent | 0c3a5f2acf7c2fd74de7652d277b7851e216e3ec (diff) | |
download | pango-877447d21c495622ac84de2ac85364b3f4df7891.tar.gz |
adding (inout) introspection metadata to pango_matrix_transform_distance
Diffstat (limited to 'pango/pango-matrix.c')
-rw-r--r-- | pango/pango-matrix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c index f6506f07..d2864fdc 100644 --- a/pango/pango-matrix.c +++ b/pango/pango-matrix.c @@ -244,8 +244,8 @@ pango_matrix_get_font_scale_factor (const PangoMatrix *matrix) /** * pango_matrix_transform_distance: * @matrix: a #PangoMatrix, or %NULL - * @dx: in/out X component of a distance vector - * @dy: yn/out Y component of a distance vector + * @dx: (inout): in/out X component of a distance vector + * @dy: (inout): in/out Y component of a distance vector * * Transforms the distance vector (@dx,@dy) by @matrix. This is * similar to pango_matrix_transform_point() except that the translation |