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/pango-ot-info.c | |
parent | f77e7e2a2d177f3621c8002d2725de45f2fcc0c4 (diff) | |
download | pango-3ecb68a3482c5560cc8ecb0df9b2c8b783e41aaa.tar.gz |
Add missing transfer annotations
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index 30dc0bb9..f995c1d4 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -80,8 +80,8 @@ pango_ot_info_finalizer (void *object) * * Returns the #PangoOTInfo structure for the given FreeType font face. * - * Return value: the #PangoOTInfo for @face. This object will have - * the same lifetime as @face. + * Return value: (transfer none): the #PangoOTInfo for @face. This object + * will have the same lifetime as @face. * * Since: 1.2 **/ |