From: Alberto Ruiz Date: Mon, 25 Apr 2011 16:32:30 +0000 (+0100) Subject: adding (out) introspection metadata to pango_tab_array_get_tab X-Git-Tag: 1.29.1~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ee2ce45c44f97e7e1232021447fd2fb710c8a75;p=platform%2Fupstream%2Fpango.git adding (out) introspection metadata to pango_tab_array_get_tab --- diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index 129a318..cd31a19 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. *