From 02fec2d8be12c44d16a569c70952b84ff8a98ce4 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 17:54:39 +0100 Subject: [PATCH] adding allow-none introspection metadata to pango_tab_array_get_tabs --- pango/pango-tabs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index cd31a19..c4be3fa 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -309,8 +309,8 @@ pango_tab_array_get_tab (PangoTabArray *tab_array, /** * pango_tab_array_get_tabs: * @tab_array: a #PangoTabArray - * @alignments: location to store an array of tab stop alignments, or %NULL - * @locations: location to store an array of tab positions, or %NULL + * @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 * * If non-%NULL, @alignments and @locations are filled with allocated * arrays of length pango_tab_array_get_size(). You must free the -- 2.7.4