[pango] Fixed (transfer none) introspection annotation for the return value in pango_layout_iter_get_run_rea



commit 02fb7adc8ab51a04c5671c81d3fe2dcf4ed5258d
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 23:35:57 2011 +0100

    Fixed (transfer none) introspection annotation for the return value in pango_layout_iter_get_run_readonly

 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 bad0c23..e13f6e5 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -5596,7 +5596,7 @@ pango_layout_iter_get_run (PangoLayoutIter *iter)
  * but the user is not expected
  * to modify the contents of the run (glyphs, glyph widths, etc.).
  *
- * Return value: the current run, that should not be modified.
+ * Return value: (transfer none): the current run, that should not be modified.
  *
  * Since: 1.16
  **/



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