Fixing pango_layout_iter_get_line_yrange documentation and instropection annotation
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 15:07:01 +0000 (16:07 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 15:07:01 +0000 (16:07 +0100)
pango/pango-layout.c

index b5e5037..ee9584e 100644 (file)
@@ -6143,8 +6143,8 @@ pango_layout_iter_get_line_extents (PangoLayoutIter *iter,
 /**
  * pango_layout_iter_get_line_yrange:
  * @iter: a #PangoLayoutIter
- * @y0_: start of line
- * @y1_: end of line
+ * @y0_: (out) (allow-none): start of line, or %NULL
+ * @y1_: (out) (allow-none): end of line, or %NULL
  *
  * Divides the vertical space in the #PangoLayout being iterated over
  * between the lines in the layout, and returns the space belonging to