Fixing (transfer full) introspection annotation for the return value in pango_font_ma...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 20:47:42 +0000 (21:47 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 20:47:42 +0000 (21:47 +0100)
pango/pango-fontmap.c

index 0b98cdc..bd3525b 100644 (file)
@@ -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,