Fixed (transfer none) introspection annotation for the return value in pango_font_get...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:19:16 +0000 (23:19 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:19:16 +0000 (23:19 +0100)
pango/fonts.c

index 4c33499..c4681e0 100644 (file)
@@ -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
  **/