adding allow-none to pango_font_descriptions_free parameters
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 11:41:28 +0000 (12:41 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 11:41:28 +0000 (12:41 +0100)
pango/fonts.c

index cd4450d..33b0a0f 100644 (file)
@@ -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.