summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2019-11-21 15:51:09 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2019-11-21 15:51:09 +0000
commit53c2c907300f7a1b26a478ce0ed52cbfa76f6133 (patch)
treeb92e038a50c54362c52655f2555f8e348aae710e
parentce884d4ff73a6c645bc4051950e5516fd358ef6f (diff)
parent2769aed9de5eb5493d0bab85f7b314d587ff788b (diff)
downloadpango-53c2c907300f7a1b26a478ce0ed52cbfa76f6133.tar.gz
Merge branch 'wip/ricotz/gi-fixes' into 'master'
Add missing "transfer none" annotation to pango_attr_iterator_get() See merge request GNOME/pango!160
-rw-r--r--pango/pango-attributes.c2
1 files changed, 1 insertions, 1 deletions
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.
**/