Fixing array introspection annotation for pango_layout_line_get_x_ranges
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 19:47:27 +0000 (20:47 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 19:47:27 +0000 (20:47 +0100)
pango/pango-layout.c

index b0d855e..211d6d4 100644 (file)
@@ -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>