adding transfer ownership introspection metadata to pango_font_descriptions_free
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 11:54:30 +0000 (12:54 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 11:54:30 +0000 (12:54 +0100)
pango/fonts.c

index 0411f14..6ea212e 100644 (file)
@@ -815,7 +815,8 @@ pango_font_description_free  (PangoFontDescription  *desc)
 
 /**
  * pango_font_descriptions_free:
- * @descs: (allow-none) (array length=n_descs): a pointer to an array of #PangoFontDescription, may be %NULL
+ * @descs: (allow-none) (array length=n_descs) (transfer full): a pointer
+ * to an array of #PangoFontDescription, may be %NULL
  * @n_descs: number of font descriptions in @descs
  *
  * Frees an array of font descriptions.