summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:19:16 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:19:16 +0100
commitc2d5d982840c08af3bf5cb0e2181919854e3a8f7 (patch)
treef91d54d74d6503e6e7ccd8e4b385815f1afa30fd /pango/fonts.c
parentd129f5db7ab71e986e2c8dd8e08a8899ebda8ae2 (diff)
downloadpango-c2d5d982840c08af3bf5cb0e2181919854e3a8f7.tar.gz
Fixed (transfer none) introspection annotation for the return value in pango_font_get_font_map
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 4c334994..c4681e04 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1644,7 +1644,8 @@ pango_font_get_metrics (PangoFont *font,
* alive. In most uses this is not an issue as a #PangoContext holds
* a reference to the font map.
*
- * Return value: the #PangoFontMap for the font, or %NULL if @font is %NULL.
+ * Return value: (transfer none): the #PangoFontMap for the font, or %NULL
+ * if @font is %NULL.
*
* Since: 1.10
**/