summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-08 17:39:50 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-06-08 17:39:50 +0000
commit1fb9e50c73bb8c6389c7eaa9adb2eee13642d2ff (patch)
tree9a9e1b5f1de7162b283af8a1c5a910ae55cafffa /pango/fonts.c
parent0b32b337a85031f2db44309caa190338ee93d677 (diff)
parentf6032b754fd76ebbf0ae6ec4f3c8b2616add0e91 (diff)
downloadpango-1fb9e50c73bb8c6389c7eaa9adb2eee13642d2ff.tar.gz
Merge branch 'for-master' into 'master'
For master See merge request GNOME/pango!184
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 f4244911..e83abbbe 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -2319,7 +2319,7 @@ pango_font_family_real_get_face (PangoFontFamily *family,
/**
* pango_font_family_get_face:
* @family: a #PangoFontFamily
- * @name: (optional): the name of a face. If the name is %NULL,
+ * @name: (nullable): the name of a face. If the name is %NULL,
* the family's default face (fontconfig calls it "Regular")
* will be returned.
*