adding allow-none to pango_context_set_matrix parameters
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 11:26:26 +0000 (12:26 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 11:26:26 +0000 (12:26 +0100)
pango/pango-context.c

index 3c84f3b..7f8a6ad 100644 (file)
@@ -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