diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:31:51 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:31:51 +0100 |
commit | cbd5942b82b6b7336accf3fc053366b67a002390 (patch) | |
tree | a979f931f91bb70b5ddb31f74c901109342a2182 /pango/pango-tabs.c | |
parent | 1050fa307ebdd54f08eb3cf7dee56a769b09941e (diff) | |
download | pango-cbd5942b82b6b7336accf3fc053366b67a002390.tar.gz |
adding allow-none 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 aec86129..129a318c 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: location to store alignment, or %NULL - * @location: location to store tab position, or %NULL + * @alignment: (allow-none): location to store alignment, or %NULL + * @location: (allow-none): location to store tab position, or %NULL * * Gets the alignment and position of a tab stop. * |