Fixed (transfer full) introspection annotation for the return value in pango_fontset_...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:14:24 +0000 (23:14 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:14:24 +0000 (23:14 +0100)
pango/pango-fontset.c

index a437a0e..56e11fc 100644 (file)
@@ -49,8 +49,8 @@ PANGO_DEFINE_TYPE_ABSTRACT (PangoFontset, pango_fontset,
  * Returns the font in the fontset that contains the best glyph for the
  * Unicode character @wc.
  *
- * Return value: a #PangoFont. The caller must call g_object_unref when finished
- *          with the font.
+ * Return value: (transfer full): a #PangoFont. The caller must call
+ *          g_object_unref when finished with the font.
  **/
 PangoFont *
 pango_fontset_get_font (PangoFontset  *fontset,