summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:00:34 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 16:00:34 +0100
commitde232401243a09abde2639aac34d4e4ff2f8e1e7 (patch)
treed6320804cf81b7415105866e11cf60d7c4219fc7 /pango/pango-layout.c
parent44a4b7b352ef9a559584c85df1692a882edf9673 (diff)
downloadpango-de232401243a09abde2639aac34d4e4ff2f8e1e7.tar.gz
adding (out) introspection metadata to pango_layout_get_cluster_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 57869e1d..b5e5037e 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -5998,8 +5998,8 @@ pango_layout_iter_get_char_extents (PangoLayoutIter *iter,
/**
* pango_layout_iter_get_cluster_extents:
* @iter: a #PangoLayoutIter
- * @ink_rect: (allow-none): rectangle to fill with ink extents, or %NULL
- * @logical_rect: (allow-none): rectangle to fill with logical extents, or %NULL
+ * @ink_rect: (out) (allow-none): rectangle to fill with ink extents, or %NULL
+ * @logical_rect: (out) (allow-none): rectangle to fill with logical extents, or %NULL
*
* Gets the extents of the current cluster, in layout coordinates
* (origin is the top left of the entire layout).