diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-15 19:03:01 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-15 19:03:01 +0100 |
commit | deda590f67fb2d62ea3bc090d35319774dfc69b7 (patch) | |
tree | accc6b0c8119926fe58db473c2a5bd98c6efbc54 /pango/fonts.c | |
parent | b8fbe2ce364cc1f8cdaea125e97537b85e97daab (diff) | |
download | pango-deda590f67fb2d62ea3bc090d35319774dfc69b7.tar.gz |
Adding allow-none and moving (out) to the beginning of the annotation as requested by walters in #647827
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 1faa7a0d..cd4450dd 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1918,7 +1918,7 @@ pango_font_family_get_name (PangoFontFamily *family) /** * pango_font_family_list_faces: * @family: a #PangoFontFamily - * @faces: (array length=n_faces) (out): location to store an array of pointers to #PangoFontFace + * @faces: (out) (allow-none) (array length=n_faces): 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: (out): location to store number of elements in @faces. |