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

index 7ddefdd..f6506f0 100644 (file)
@@ -284,8 +284,8 @@ pango_matrix_transform_distance (const PangoMatrix *matrix,
 /**
  * pango_matrix_transform_point:
  * @matrix: a #PangoMatrix, or %NULL
- * @x: in/out X position
- * @y: in/out Y position
+ * @x: (inout): in/out X position
+ * @y: (inout): in/out Y position
  *
  * Transforms the point (@x, @y) by @matrix.
  *