From: Alberto Ruiz Date: Mon, 25 Apr 2011 11:49:32 +0000 (+0100) Subject: adding array length introspection metadata to pango_font_descriptions_free X-Git-Tag: 1.29.1~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e5e6d9fe52797da4bea582177772d9b8b992ce;p=platform%2Fupstream%2Fpango.git adding array length introspection metadata to pango_font_descriptions_free --- diff --git a/pango/fonts.c b/pango/fonts.c index 33b0a0f..0411f14 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -815,7 +815,7 @@ pango_font_description_free (PangoFontDescription *desc) /** * pango_font_descriptions_free: - * @descs: (allow-none): a pointer to an array of #PangoFontDescription, may be %NULL + * @descs: (allow-none) (array length=n_descs): a pointer to an array of #PangoFontDescription, may be %NULL * @n_descs: number of font descriptions in @descs * * Frees an array of font descriptions.