diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:12:49 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:12:49 +0100 |
commit | 05c192dfcde8783d6921e1abb2f39f2fba52db6d (patch) | |
tree | 6fe26c3de9a0f2253e363466c28025569364dcea /pango/pango-layout.c | |
parent | 6ed0fec2a65ea767c717998f8b89038275e721f0 (diff) | |
download | pango-05c192dfcde8783d6921e1abb2f39f2fba52db6d.tar.gz |
adding allow-none introspection metadata to pango_layout_get_layout_extents
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index ee9584ea..72b08692 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -6219,8 +6219,10 @@ pango_layout_iter_get_baseline (PangoLayoutIter *iter) /** * pango_layout_iter_get_layout_extents: * @iter: a #PangoLayoutIter - * @ink_rect: rectangle to fill with ink extents, or %NULL - * @logical_rect: rectangle to fill with logical extents, or %NULL + * @ink_rect: (allow-none): rectangle to fill with ink extents, + * or %NULL + * @logical_rect: (allow-none): rectangle to fill with logical + * extents, or %NULL * * Obtains the extents of the #PangoLayout being iterated * over. @ink_rect or @logical_rect can be %NULL if you |