From 2769aed9de5eb5493d0bab85f7b314d587ff788b Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 21 Nov 2019 16:35:26 +0100 Subject: Add missing "transfer none" annotation to pango_attr_iterator_get() --- pango/pango-attributes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 8ff631ae..2d2dd2a2 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -2084,7 +2084,7 @@ pango_attr_iterator_destroy (PangoAttrIterator *iterator) * the attribute whose range starts closest to the current location * is used. * - * Return value: (nullable): the current attribute of the given type, + * Return value: (nullable) (transfer none): the current attribute of the given type, * or %NULL if no attribute of that type applies to the * current location. **/ -- cgit v1.2.1