summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:26:26 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:26:26 +0100
commit54f16645d14ec475ac070e969e883051d2f53add (patch)
tree8610469bc2124e3eded90e49d9a52349767f2b24 /pango/pango-context.c
parent9bea909f3eaff4ea3cd5d3065a9860ab0081db11 (diff)
downloadpango-54f16645d14ec475ac070e969e883051d2f53add.tar.gz
adding allow-none to pango_context_set_matrix parameters
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 3c84f3ba..7f8a6adf 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -146,8 +146,8 @@ update_resolved_gravity (PangoContext *context)
/**
* pango_context_set_matrix:
* @context: a #PangoContext
- * @matrix: a #PangoMatrix, or %NULL to unset any existing matrix.
- * (No matrix set is the same as setting the identity 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
* with this context. Note that reported metrics are in the user space