From db4c67436621ee1ce62017ea1c81d70016daf76f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 16 Oct 2022 22:43:46 -0400 Subject: Fix the build Annotations are picky about : --- pango/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango') diff --git a/pango/fonts.c b/pango/fonts.c index 5f9bbb01..e259f8c7 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1298,7 +1298,7 @@ parse_variations (const char *word, * * "Cantarell Italic Light 15 \@wght=200" * - * Returns: (transfer full) a new `PangoFontDescription`. + * Returns: (transfer full): a new `PangoFontDescription`. */ PangoFontDescription * pango_font_description_from_string (const char *str) -- cgit v1.2.1