From 3ecb68a3482c5560cc8ecb0df9b2c8b783e41aaa Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 2 Aug 2019 14:34:21 +0100 Subject: Add missing transfer annotations --- pango/pango-ot-info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/pango-ot-info.c') 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 **/ -- cgit v1.2.1