[pango] Fixing (transfer full) introspection annotation for the return value in pango_font_map_load_fontset



commit d709d1bd56a9233aba5e53f3718b158ff695b3e8
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 22:02:27 2011 +0100

    Fixing (transfer full) introspection annotation for the return value in pango_font_map_load_fontset

 pango/pango-fontmap.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index bd3525b..10daa86 100644
--- a/pango/pango-fontmap.c
+++ b/pango/pango-fontmap.c
@@ -124,7 +124,8 @@ pango_font_map_list_families (PangoFontMap      *fontmap,
  * Load a set of fonts in the fontmap that can be used to render
  * a font matching @desc.
  *
- * Returns: the fontset, or %NULL if no font matched.
+ * Returns: (transfer full): the newly allocated #PangoFontset
+ *          loaded, or %NULL if no font matched.
  **/
 PangoFontset *
 pango_font_map_load_fontset (PangoFontMap                 *fontmap,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]