From c2d5d982840c08af3bf5cb0e2181919854e3a8f7 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 23:19:16 +0100 Subject: [PATCH] Fixed (transfer none) introspection annotation for the return value in pango_font_get_font_map --- pango/fonts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 **/ -- 2.7.4