summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-15 19:03:01 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-15 19:03:01 +0100
commitdeda590f67fb2d62ea3bc090d35319774dfc69b7 (patch)
treeaccc6b0c8119926fe58db473c2a5bd98c6efbc54 /pango/fonts.c
parentb8fbe2ce364cc1f8cdaea125e97537b85e97daab (diff)
downloadpango-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.c2
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.