diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:14:24 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:14:24 +0100 |
commit | d129f5db7ab71e986e2c8dd8e08a8899ebda8ae2 (patch) | |
tree | 7faa311cf2e352e74d69b04702c9cdb9d049b241 /pango/pango-fontset.c | |
parent | 77fd2d97d3cb62ff4e2cebe19ad60e215a04fe13 (diff) | |
download | pango-d129f5db7ab71e986e2c8dd8e08a8899ebda8ae2.tar.gz |
Fixed (transfer full) introspection annotation for the return value in pango_fontset_get_font
Diffstat (limited to 'pango/pango-fontset.c')
-rw-r--r-- | pango/pango-fontset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c index a437a0e8..56e11fc4 100644 --- a/pango/pango-fontset.c +++ b/pango/pango-fontset.c @@ -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, |