From 19e6c35b5c78efd6b22ec04af4a8624d3c0068e0 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 21:38:36 +0100 Subject: [PATCH] Fixing (transfer none) introspection annotation for the return value in pango_context_load_fontset --- pango/pango-context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pango/pango-context.c b/pango/pango-context.c index a23678c..b92f450 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -300,7 +300,8 @@ pango_context_load_font (PangoContext *context, * Load a set of fonts in the context that can be used to render * a font matching @desc. * - * Returns: the fontset, or %NULL if no font matched. + * Returns: (transfer full): a newly allocated fontset, or %NULL + * if no font matched. **/ PangoFontset * pango_context_load_fontset (PangoContext *context, -- 2.7.4