summaryrefslogtreecommitdiff
path: root/pango/pango-fontmap.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-15 03:32:08 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-15 03:32:08 +0100
commitb8fbe2ce364cc1f8cdaea125e97537b85e97daab (patch)
treeadd00cf93fe6a2213a7d3c093acf28de08b4c286 /pango/pango-fontmap.c
parent5856beb94cbba10568e6f3805f09cd3fc633cf33 (diff)
downloadpango-b8fbe2ce364cc1f8cdaea125e97537b85e97daab.tar.gz
Fix introspection for pango_font_map_list_families and pango_font_family_list_faces
Diffstat (limited to 'pango/pango-fontmap.c')
-rw-r--r--pango/pango-fontmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index 13f4263c..0b98cdc3 100644
--- a/pango/pango-fontmap.c
+++ b/pango/pango-fontmap.c
@@ -97,9 +97,9 @@ pango_font_map_load_font (PangoFontMap *fontmap,
/**
* pango_font_map_list_families:
* @fontmap: a #PangoFontMap
- * @families: location to store a pointer to an array of #PangoFontFamily *.
+ * @families: (out) (array length=n_families): location to store a pointer to an array of #PangoFontFamily *.
* This array should be freed with g_free().
- * @n_families: location to store the number of elements in @families
+ * @n_families: (out): location to store the number of elements in @families
*
* List all families for a fontmap.
**/