summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:54:30 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:54:30 +0100
commit7502b164c84dc385e637305cdda3f8caeb87e23a (patch)
treedbf454c485f8a9b844f1a876a86a023408438834 /pango/fonts.c
parent79e5e6d9fe52797da4bea582177772d9b8b992ce (diff)
downloadpango-7502b164c84dc385e637305cdda3f8caeb87e23a.tar.gz
adding transfer ownership introspection metadata to pango_font_descriptions_free
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 0411f141..6ea212eb 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -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.