summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2018-07-29 16:00:07 +0900
committerKouhei Sutou <kou@clear-code.com>2018-07-29 16:00:07 +0900
commit821c58ee8e66017745413f6c2dbef0fce91cc206 (patch)
tree600da3d96ef33c1cbe24860899c3c582f459682c /pango
parentcab3c9844487526f1996a150adac5bde44f48a70 (diff)
downloadpango-821c58ee8e66017745413f6c2dbef0fce91cc206.tar.gz
Add missing "(transfer none)" annotation to pango_layout_iter_get_line()
It should have been included in feff5a6e2682048a07a6ba09af83254e290bf394 .
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-layout.c2
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)