diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-15 03:32:08 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-15 03:32:08 +0100 |
commit | b8fbe2ce364cc1f8cdaea125e97537b85e97daab (patch) | |
tree | add00cf93fe6a2213a7d3c093acf28de08b4c286 /pango/fonts.c | |
parent | 5856beb94cbba10568e6f3805f09cd3fc633cf33 (diff) | |
download | pango-b8fbe2ce364cc1f8cdaea125e97537b85e97daab.tar.gz |
Fix introspection for pango_font_map_list_families and pango_font_family_list_faces
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 34cd67c3..1faa7a0d 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1918,10 +1918,10 @@ pango_font_family_get_name (PangoFontFamily *family) /** * pango_font_family_list_faces: * @family: a #PangoFontFamily - * @faces: location to store an array of pointers to #PangoFontFace + * @faces: (array length=n_faces) (out): location to store an array of pointers to #PangoFontFace * objects, or %NULL. This array should be freed with g_free() * when it is no longer needed. - * @n_faces: location to store number of elements in @faces. + * @n_faces: (out): location to store number of elements in @faces. * * Lists the different font faces that make up @family. The faces * in a family share a common design, but differ in slant, weight, |