summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 20:47:27 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 20:47:27 +0100
commit5d0ee19f32e062240d2084bf037d0a9e31bce6df (patch)
treeb5a3af832eb2ced2f69f2bf08fee18a20850d3c4
parente8a88f1270431a74292a401ff195de1f72575932 (diff)
downloadpango-5d0ee19f32e062240d2084bf037d0a9e31bce6df.tar.gz
Fixing array introspection annotation for pango_layout_line_get_x_ranges
-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 b0d855e1..211d6d41 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>