summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:18:15 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:18:15 +0100
commit3c6029984d59c0c4ac4d393617fc7fa7e33e2216 (patch)
tree026b61bd25809477b0868c41d7738ab3b357eaae /pango/pango-layout.c
parent863bf48c6a3d621a33f7d4d82def6f5a6bcc24b0 (diff)
downloadpango-3c6029984d59c0c4ac4d393617fc7fa7e33e2216.tar.gz
adding allow-none introspection metadata to pango_layout_iter_get_run_extents
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 8b0dcd75..20e48893 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -6046,8 +6046,8 @@ pango_layout_iter_get_cluster_extents (PangoLayoutIter *iter,
/**
* pango_layout_iter_get_run_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
*
* Gets the extents of the current run in layout coordinates
* (origin is the top left of the entire layout).