diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-02-15 11:05:27 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 00:57:28 -0400 |
commit | 9ab6ddd41723e0f0f8f0d57ca6bb37763c910d3c (patch) | |
tree | 0cf94ef0fb12f0ac23ff9fd01e6eaece5993fbda /pango/fonts.c | |
parent | 6f0648043fe2a084db15a6cdded8402625676aef (diff) | |
download | pango-9ab6ddd41723e0f0f8f0d57ca6bb37763c910d3c.tar.gz |
docs: Add a few missing (transfer) annotations
This should fix a few scanner warnings, but this is not an attempt to
fix them all.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=778663
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 723b7f7b..da1940f2 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1549,7 +1549,7 @@ pango_font_get_coverage (PangoFont *font, * Finds the best matching shaper for a font for a particular * language tag and character point. * - * Return value: the best matching shaper. + * Return value: (transfer none): the best matching shaper. **/ PangoEngineShape * pango_font_find_shaper (PangoFont *font, |