From: Alberto Ruiz Date: Mon, 25 Apr 2011 22:35:57 +0000 (+0100) Subject: Fixed (transfer none) introspection annotation for the return value in pango_layout_i... X-Git-Tag: 1.29.1~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02fb7adc8ab51a04c5671c81d3fe2dcf4ed5258d;p=platform%2Fupstream%2Fpango.git Fixed (transfer none) introspection annotation for the return value in pango_layout_iter_get_run_readonly --- diff --git a/pango/pango-layout.c b/pango/pango-layout.c index bad0c23..e13f6e5 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 **/