summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:41:28 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:41:28 +0100
commitb17a51d9d5b64215622ab33d12813037326dd3a6 (patch)
tree375ab928f9e0d18e91f25ed800665d532fcccfd1 /pango/fonts.c
parent54f16645d14ec475ac070e969e883051d2f53add (diff)
downloadpango-b17a51d9d5b64215622ab33d12813037326dd3a6.tar.gz
adding allow-none to pango_font_descriptions_free parameters
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index cd4450dd..33b0a0fc 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -815,7 +815,7 @@ pango_font_description_free (PangoFontDescription *desc)
/**
* pango_font_descriptions_free:
- * @descs: a pointer to an array of #PangoFontDescription, may be %NULL
+ * @descs: (allow-none): a pointer to an array of #PangoFontDescription, may be %NULL
* @n_descs: number of font descriptions in @descs
*
* Frees an array of font descriptions.