From: Alberto Ruiz Date: Mon, 25 Apr 2011 22:19:16 +0000 (+0100) Subject: Fixed (transfer none) introspection annotation for the return value in pango_font_get... X-Git-Tag: 1.29.1~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2d5d982840c08af3bf5cb0e2181919854e3a8f7;p=platform%2Fupstream%2Fpango.git Fixed (transfer none) introspection annotation for the return value in pango_font_get_font_map --- diff --git a/pango/fonts.c b/pango/fonts.c index 4c33499..c4681e0 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1644,7 +1644,8 @@ pango_font_get_metrics (PangoFont *font, * alive. In most uses this is not an issue as a #PangoContext holds * a reference to the font map. * - * Return value: the #PangoFontMap for the font, or %NULL if @font is %NULL. + * Return value: (transfer none): the #PangoFontMap for the font, or %NULL + * if @font is %NULL. * * Since: 1.10 **/