From: Alberto Ruiz Date: Mon, 25 Apr 2011 20:47:42 +0000 (+0100) Subject: Fixing (transfer full) introspection annotation for the return value in pango_font_ma... X-Git-Tag: 1.29.1~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22822d7700e87dbe8a8125072775e40bd8b53f99;p=platform%2Fupstream%2Fpango.git Fixing (transfer full) introspection annotation for the return value in pango_font_map_load_font --- diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c index 0b98cdc..bd3525b 100644 --- a/pango/pango-fontmap.c +++ b/pango/pango-fontmap.c @@ -82,7 +82,8 @@ pango_font_map_create_context (PangoFontMap *fontmap) * * Load the font in the fontmap that is the closest match for @desc. * - * Returns: the font loaded, or %NULL if no font matched. + * Returns: (transfer full): the newly allocated #PangoFont loaded, + * or %NULL if no font matched. **/ PangoFont * pango_font_map_load_font (PangoFontMap *fontmap,