diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 12:49:32 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 12:49:32 +0100 |
commit | 79e5e6d9fe52797da4bea582177772d9b8b992ce (patch) | |
tree | 5ecdbc18b3e4159996c22f3d9ab1e5cd74d9b16d /pango/fonts.c | |
parent | b17a51d9d5b64215622ab33d12813037326dd3a6 (diff) | |
download | pango-79e5e6d9fe52797da4bea582177772d9b8b992ce.tar.gz |
adding array length introspection metadata to pango_font_descriptions_free
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 33b0a0fc..0411f141 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. |