summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 22:02:27 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 22:02:27 +0100
commitd709d1bd56a9233aba5e53f3718b158ff695b3e8 (patch)
tree9633ddc088128d60f0e6266e71342ad3c2ea65e0
parent2ebd68ee8773fc5bd866b30068432bd81151b269 (diff)
downloadpango-d709d1bd56a9233aba5e53f3718b158ff695b3e8.tar.gz
Fixing (transfer full) introspection annotation for the return value in pango_font_map_load_fontset
-rw-r--r--pango/pango-fontmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index bd3525b8..10daa860 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,