diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-04-14 17:31:06 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-06-08 17:07:01 +0100 |
commit | 9bdd02dbc6d6725a71baa68c13968ba0d3d6d264 (patch) | |
tree | 93d31f25a7c9cacfef25d3b98dacde5d7ce4cee0 /pango/fonts.c | |
parent | 7310356ab0ce0c4e9c983fd43b8e423e411dc483 (diff) | |
download | pango-9bdd02dbc6d6725a71baa68c13968ba0d3d6d264.tar.gz |
Fix annotation
In arguments are nullable; out arguments are optional.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
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. * |