diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:32:30 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:32:30 +0100 |
commit | 4ee2ce45c44f97e7e1232021447fd2fb710c8a75 (patch) | |
tree | caab16b74e3ebc9f21ff1eccffd7dec134d8cb84 /pango/pango-tabs.c | |
parent | cbd5942b82b6b7336accf3fc053366b67a002390 (diff) | |
download | pango-4ee2ce45c44f97e7e1232021447fd2fb710c8a75.tar.gz |
adding (out) introspection metadata to pango_tab_array_get_tab
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r-- | pango/pango-tabs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index 129a318c..cd31a19e 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -283,8 +283,8 @@ pango_tab_array_set_tab (PangoTabArray *tab_array, * pango_tab_array_get_tab: * @tab_array: a #PangoTabArray * @tab_index: tab stop index - * @alignment: (allow-none): location to store alignment, or %NULL - * @location: (allow-none): location to store tab position, or %NULL + * @alignment: (out) (allow-none): location to store alignment, or %NULL + * @location: (out) (allow-none): location to store tab position, or %NULL * * Gets the alignment and position of a tab stop. * |