diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:35:57 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:35:57 +0100 |
commit | 02fb7adc8ab51a04c5671c81d3fe2dcf4ed5258d (patch) | |
tree | 6d8c7b1757432c3e6445ded34ac504be5b9602f9 /pango/pango-layout.c | |
parent | 5f55ce69f8611fe53670f1001d5b8ecae94b2bd3 (diff) | |
download | pango-02fb7adc8ab51a04c5671c81d3fe2dcf4ed5258d.tar.gz |
Fixed (transfer none) introspection annotation for the return value in pango_layout_iter_get_run_readonly
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index bad0c233..e13f6e55 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -5596,7 +5596,7 @@ pango_layout_iter_get_run (PangoLayoutIter *iter) * but the user is not expected * to modify the contents of the run (glyphs, glyph widths, etc.). * - * Return value: the current run, that should not be modified. + * Return value: (transfer none): the current run, that should not be modified. * * Since: 1.16 **/ |