[pango] Fixing array introspection annotation for pango_layout_line_get_x_ranges



commit 5d0ee19f32e062240d2084bf037d0a9e31bce6df
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 20:47:27 2011 +0100

    Fixing array introspection annotation for pango_layout_line_get_x_ranges

 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 b0d855e..211d6d4 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -4179,7 +4179,7 @@ pango_layout_line_get_width (PangoLayoutLine *line)
  *               the last range will extend all the way to the trailing
  *               edge of the layout. Otherwise, it will end at the
  *               trailing edge of the last character.
- * @ranges: (out) (array length=n_ranges) (transfer=full):
+ * @ranges: (out) (array length=n_ranges) (transfer full):
  *               location to store a pointer to an array of ranges.
  *               The array will be of length <literal>2*n_ranges</literal>,
  *               with each range starting at <literal>(*ranges)[2*n]</literal>



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