summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 18:09:27 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 18:09:27 +0100
commitd1c260d3d48ffa32aebe16e987fea187e635c370 (patch)
treee4e80c33d73bf84e98e4d5994c7da681f0bc9ca4 /pango/pango-utils.c
parentfe789d8e8d062e6f495e54bef585a74958bd671e (diff)
downloadpango-d1c260d3d48ffa32aebe16e987fea187e635c370.tar.gz
Add out and array metadata annotations to pango_lookup_aliases
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index cab4d0c8..66332892 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1094,9 +1094,9 @@ pango_load_aliases (void)
/**
* pango_lookup_aliases:
* @fontname: an ascii string
- * @families: will be set to an array of font family names.
+ * @families: (out) (array length=n_families): will be set to an array of font family names.
* this array is owned by pango and should not be freed.
- * @n_families: will be set to the length of the @families array.
+ * @n_families: (out): will be set to the length of the @families array.
*
* Look up all user defined aliases for the alias @fontname.
* The resulting font family names will be stored in @families,