summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:40:33 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:40:33 +0100
commitb84e0bae01ff08b26a614f3c91b6e6d276ae95ed (patch)
tree5a38e49655a31b74f5440cad2cdbbc8909f0dd0f /pango/pango-matrix.c
parent64fa9090b202a1d27b0baf96e75763239ef21dde (diff)
downloadpango-b84e0bae01ff08b26a614f3c91b6e6d276ae95ed.tar.gz
adding allow-none introspection metadata to pango_matrix_transform_rectangle
Diffstat (limited to 'pango/pango-matrix.c')
-rw-r--r--pango/pango-matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c
index 4297bc4f..015a672f 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: in/out bounding box in Pango units, or %NULL
+ * @rect: (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.