From 6ed0fec2a65ea767c717998f8b89038275e721f0 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 16:07:01 +0100 Subject: [PATCH] Fixing pango_layout_iter_get_line_yrange documentation and instropection annotation --- pango/pango-layout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pango/pango-layout.c b/pango/pango-layout.c index b5e5037..ee9584e 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -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 -- 2.7.4