diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-08-02 14:34:21 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-08-02 18:19:03 +0100 |
commit | 3ecb68a3482c5560cc8ecb0df9b2c8b783e41aaa (patch) | |
tree | 0caa059f235a8e91f27ba531139bfcf17acb3f98 /pango/pangofc-decoder.c | |
parent | f77e7e2a2d177f3621c8002d2725de45f2fcc0c4 (diff) | |
download | pango-3ecb68a3482c5560cc8ecb0df9b2c8b783e41aaa.tar.gz |
Add missing transfer annotations
Diffstat (limited to 'pango/pangofc-decoder.c')
-rw-r--r-- | pango/pangofc-decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangofc-decoder.c b/pango/pangofc-decoder.c index f11b4e07..7af4cdfc 100644 --- a/pango/pangofc-decoder.c +++ b/pango/pangofc-decoder.c @@ -52,8 +52,8 @@ pango_fc_decoder_class_init (PangoFcDecoderClass *klass G_GNUC_UNUSED) * internal value stored by the #PangoFcDecoder and must not * be modified or freed. * - * Return value: the #FcCharset for @fcfont; must not be modified - * or freed. + * Returns: (transfer none): the #FcCharset for @fcfont; must not + * be modified or freed. * * Since: 1.6 **/ |