From 877447d21c495622ac84de2ac85364b3f4df7891 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 16:57:22 +0100 Subject: [PATCH] adding (inout) introspection metadata to pango_matrix_transform_distance --- pango/pango-matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c index f6506f0..d2864fd 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 -- 2.7.4