summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:07:01 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:07:01 +0100
commit6ed0fec2a65ea767c717998f8b89038275e721f0 (patch)
tree8d8ce22650c33b3cea4594c859a9fdc907c553e4 /pango/pango-layout.c
parentde232401243a09abde2639aac34d4e4ff2f8e1e7 (diff)
downloadpango-6ed0fec2a65ea767c717998f8b89038275e721f0.tar.gz
Fixing pango_layout_iter_get_line_yrange documentation and instropection annotation
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index b5e5037e..ee9584ea 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