diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-16 22:43:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-16 23:09:06 -0400 |
commit | db4c67436621ee1ce62017ea1c81d70016daf76f (patch) | |
tree | e1dd3239f8ea6a865dcf907bbed5a5c800f8dd6e | |
parent | 3c947ecb260977724f2e53a3379df88b26713d1a (diff) | |
download | pango-db4c67436621ee1ce62017ea1c81d70016daf76f.tar.gz |
Fix the build
Annotations are picky about :
-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 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) |