From deda590f67fb2d62ea3bc090d35319774dfc69b7 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 15 Apr 2011 19:03:01 +0100 Subject: [PATCH] Adding allow-none and moving (out) to the beginning of the annotation as requested by walters in #647827 --- pango/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/fonts.c b/pango/fonts.c index 1faa7a0..cd4450d 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. -- 2.7.4