adding (inout) introspection metadata to pango_matrix_transform_distance
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 15:57:22 +0000 (16:57 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 15:57:22 +0000 (16:57 +0100)
pango/pango-matrix.c

index f6506f0..d2864fd 100644 (file)
@@ -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