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

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