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



commit 22822d7700e87dbe8a8125072775e40bd8b53f99
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 21:47:42 2011 +0100

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

 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 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,



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