summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:21:47 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:21:47 +0100
commit5f55ce69f8611fe53670f1001d5b8ecae94b2bd3 (patch)
tree3b8a81c5b84a2bc71e9b6c606ac8cd64f1d873dd /pango/pango-layout.c
parentc2d5d982840c08af3bf5cb0e2181919854e3a8f7 (diff)
downloadpango-5f55ce69f8611fe53670f1001d5b8ecae94b2bd3.tar.gz
Fixed (transfer none) introspection annotation for the return value in pango_layout_iter_get_layout
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index e66a50e8..bad0c233 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -5686,7 +5686,7 @@ pango_layout_iter_at_last_line (PangoLayoutIter *iter)
*
* Gets the layout associated with a #PangoLayoutIter.
*
- * Return value: the layout associated with @iter.
+ * Return value: (transfer none): the layout associated with @iter.
*
* Since: 1.20
**/