diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-05 13:10:58 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 14:32:31 -0500 |
commit | 71e7d2b3ca21f57425e21e75025b1bb67496a4fb (patch) | |
tree | 91c42ad62f83d57cdbfcc9f7b69d7df877342f8f /pango/fonts.c | |
parent | e668179e333a7ebcf86afb2db968c1b72f607657 (diff) | |
download | pango-71e7d2b3ca21f57425e21e75025b1bb67496a4fb.tar.gz |
Fix various broken links
All these were pointed out by gi-docgen warnings.
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 8323760f..b199e785 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1418,7 +1418,7 @@ append_field (GString *str, const char *what, const FieldMap *map, int n_element * * Creates a string representation of a font description. * - * See [method@Pango.FontDescription.from_string] for a description + * See [type_func@Pango.FontDescription.from_string] for a description * of the format of the string representation. The family list in * the string description will only have a terminating comma if * the last word of the list is a valid style option. |