summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 17:24:00 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 17:24:00 +0100
commitb96debcfa2c7a8cd8fae3e4cc9aa1d460ec7f33e (patch)
treef862517e87c001718662aeb09cb41d79d49ba343 /pango/pango-renderer.c
parent139b37c44c297e009ece5a8efa040f36125e8acb (diff)
downloadpango-b96debcfa2c7a8cd8fae3e4cc9aa1d460ec7f33e.tar.gz
adding allow-none introspection metadata to pango_renderer_set_matrix
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r--pango/pango-renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index 11815e12..2c14608b 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -1321,7 +1321,7 @@ pango_renderer_default_prepare_run (PangoRenderer *renderer,
/**
* pango_renderer_set_matrix:
* @renderer: a #PangoRenderer
- * @matrix: a #PangoMatrix, or %NULL to unset any existing matrix.
+ * @matrix: (allow-none): a #PangoMatrix, or %NULL to unset any existing matrix.
* (No matrix set is the same as setting the identity matrix.)
*
* Sets the transformation matrix that will be applied when rendering.