summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:47:42 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:47:42 +0100
commit22822d7700e87dbe8a8125072775e40bd8b53f99 (patch)
tree5d0f9c68371f9b2425f6e288e094e9a4d2bb7603
parent1b4d351d114996e357912b5c1bfc979cfb39b294 (diff)
downloadpango-22822d7700e87dbe8a8125072775e40bd8b53f99.tar.gz
Fixing (transfer full) introspection annotation for the return value in pango_font_map_load_font
-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 0b98cdc3..bd3525b8 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,