summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-15 03:14:21 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-15 03:14:21 +0100
commit5856beb94cbba10568e6f3805f09cd3fc633cf33 (patch)
tree19e3dba2e82cc0a17192c0686c7effd8acca0ee1 /pango/pango-context.c
parentad401ec2d5f7662b89804e5c269945fc26c0f232 (diff)
downloadpango-5856beb94cbba10568e6f3805f09cd3fc633cf33.tar.gz
Fix introspection for list families
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 6ec0b56f..0d650bd1 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -243,9 +243,9 @@ pango_context_get_font_map (PangoContext *context)
/**
* pango_context_list_families:
* @context: a #PangoContext
- * @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 @descs
+ * @n_families: (out): location to store the number of elements in @descs
*
* List all families for a context.
**/