[pango/wip/ricotz/gi-fixes] Add missing "transfer none" annotation to pango_attr_iterator_get()



commit 2769aed9de5eb5493d0bab85f7b314d587ff788b
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Nov 21 16:35:26 2019 +0100

    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.
  **/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]