diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:57:12 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:57:12 +0100 |
commit | c07ff4f3755f7d00f44f94b5731d1abe47f35cb6 (patch) | |
tree | 321d4d4c2b9411f3aecc0df24bf1ec1b3050c68c /pango/pango-tabs.c | |
parent | 02fec2d8be12c44d16a569c70952b84ff8a98ce4 (diff) | |
download | pango-c07ff4f3755f7d00f44f94b5731d1abe47f35cb6.tar.gz |
adding (out) introspection metadata to pango_tab_array_get_tabs
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r-- | pango/pango-tabs.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index c4be3fab..ce488173 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -309,8 +309,10 @@ pango_tab_array_get_tab (PangoTabArray *tab_array, /** * pango_tab_array_get_tabs: * @tab_array: a #PangoTabArray - * @alignments: (allow-none): location to store an array of tab stop alignments, or %NULL - * @locations: (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): 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 |