From 5d0ee19f32e062240d2084bf037d0a9e31bce6df Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 20:47:27 +0100 Subject: Fixing array introspection annotation for pango_layout_line_get_x_ranges --- pango/pango-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango') 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 2*n_ranges, * with each range starting at (*ranges)[2*n] -- cgit v1.2.1