From 9bdd02dbc6d6725a71baa68c13968ba0d3d6d264 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 14 Apr 2020 17:31:06 +0100 Subject: Fix annotation In arguments are nullable; out arguments are optional. --- pango/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- cgit v1.2.1