[pango] Adding allow-none and moving (out) to the beginning of the annotation as requested by walters in #64
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Adding allow-none and moving (out) to the beginning of the annotation as requested by walters in #64
- Date: Fri, 15 Apr 2011 18:03:58 +0000 (UTC)
commit deda590f67fb2d62ea3bc090d35319774dfc69b7
Author: Alberto Ruiz <aruiz gnome org>
Date: Fri Apr 15 19:03:01 2011 +0100
Adding allow-none and moving (out) to the beginning of the annotation as requested by walters in #647827
pango/fonts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]