adding allow-none introspection metadata to pango_renderer_set_matrix
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 16:24:00 +0000 (17:24 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 16:24:00 +0000 (17:24 +0100)
pango/pango-renderer.c

index 11815e1..2c14608 100644 (file)
@@ -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.