Adding allow-none and moving (out) to the beginning of the annotation as requested...
authorAlberto Ruiz <aruiz@gnome.org>
Fri, 15 Apr 2011 18:03:01 +0000 (19:03 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Fri, 15 Apr 2011 18:03:01 +0000 (19:03 +0100)
pango/fonts.c

index 1faa7a0..cd4450d 100644 (file)
@@ -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.