diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2018-08-28 10:08:07 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-08-28 10:08:07 +0000 |
commit | 5d7db96b0dbe585b6fe9578f9c940ca41e63f78d (patch) | |
tree | 306e56563f10a01239e745b4fc8b20fa31d48d23 /pango | |
parent | 25439c139cf85d8fe9f2f15bceeb8c52978ee291 (diff) | |
parent | 821c58ee8e66017745413f6c2dbef0fce91cc206 (diff) | |
download | pango-5d7db96b0dbe585b6fe9578f9c940ca41e63f78d.tar.gz |
Merge branch 'pango-layout-iter-get-line-transfer-none' into 'master'
Add missing "(transfer none)" annotation to pango_layout_iter_get_line()
See merge request GNOME/pango!9
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 7129a9d0..4e12abf2 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -5853,7 +5853,7 @@ _pango_layout_iter_get_line (PangoLayoutIter *iter) * Use the faster pango_layout_iter_get_line_readonly() if you do not plan * to modify the contents of the line (glyphs, glyph widths, etc.). * - * Return value: the current line. + * Return value: (transfer none): the current line. **/ PangoLayoutLine* pango_layout_iter_get_line (PangoLayoutIter *iter) |