From 42edc2780fc31719f90326febb5b44d2a7f58001 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 May 2021 21:03:11 -0400 Subject: docs: Reduce redundancy 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. --- pango/pangofc-font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/pangofc-font.c') diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c index 2bd84276..cd063854 100644 --- a/pango/pangofc-font.c +++ b/pango/pangofc-font.c @@ -748,9 +748,9 @@ _pango_fc_font_set_font_key (PangoFcFont *fcfont, * @fcfont: a `PangoFcFont` * @glyph: the glyph index to load * @ink_rect: (out) (optional): location to store ink extents of the - * glyph, or %NULL + * glyph * @logical_rect: (out) (optional): location to store logical extents - * of the glyph or %NULL + * of the glyph * * Gets the extents of a single glyph from a font. * -- cgit v1.2.1