diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 21:03:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 21:03:11 -0400 |
commit | 42edc2780fc31719f90326febb5b44d2a7f58001 (patch) | |
tree | ec0b6f20afaf98802a41d10f40d58d8afa159894 /pango/pangoxft-font.c | |
parent | e2d1a595b84ca31d89ae20734155e6d1de635502 (diff) | |
download | pango-42edc2780fc31719f90326febb5b44d2a7f58001.tar.gz |
docs: Reduce redundancydocs-cleanups
Remove a boatload of "or %NULL" from nullable parameters
and return values. gi-docgen generates suitable text from
the annotation that we don't need to duplicate.
Diffstat (limited to 'pango/pangoxft-font.c')
-rw-r--r-- | pango/pangoxft-font.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pangoxft-font.c b/pango/pangoxft-font.c index 1e1fff6f..d7ba539b 100644 --- a/pango/pangoxft-font.c +++ b/pango/pangoxft-font.c @@ -474,8 +474,7 @@ pango_xft_font_real_shutdown (PangoFcFont *fcfont) * * Returns the `XftFont` of a font. * - * Return value: (nullable): the `XftFont` associated to @font, - * or %NULL if @font is %NULL. + * Return value: (nullable): the `XftFont` associated to @font */ XftFont * pango_xft_font_get_font (PangoFont *font) |