diff options
author | Evan Nemerson <evan@coeus-group.com> | 2012-08-07 19:35:28 -0700 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2012-08-12 19:04:25 -0700 |
commit | feff5a6e2682048a07a6ba09af83254e290bf394 (patch) | |
tree | 78a7df91f6634a476c1b765be0ecc81cb014ed9d /pango/pango-tabs.c | |
parent | eddbc909f835901fe08794be0ec45840d3494af5 (diff) | |
download | pango-feff5a6e2682048a07a6ba09af83254e290bf394.tar.gz |
introspection: assorted fixes to avoid regressions in Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=681423
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r-- | pango/pango-tabs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index 6c4a7f31..751538cd 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -309,10 +309,10 @@ pango_tab_array_get_tab (PangoTabArray *tab_array, /** * pango_tab_array_get_tabs: * @tab_array: a #PangoTabArray - * @alignments: (out) (allow-none): location to store an array of tab stop - * alignments, or %NULL - * @locations: (out) (allow-none): location to store an array of tab positions, - * or %NULL + * @alignments: (out) (allow-none): location to store an array of tab + * stop alignments, or %NULL + * @locations: (out) (allow-none) (array): location to store an array + * of tab positions, or %NULL * * If non-%NULL, @alignments and @locations are filled with allocated * arrays of length pango_tab_array_get_size(). You must free the |