From 22822d7700e87dbe8a8125072775e40bd8b53f99 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 21:47:42 +0100 Subject: [PATCH] Fixing (transfer full) introspection annotation for the return value in pango_font_map_load_font --- pango/pango-fontmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.7.4