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/pangofc-decoder.h | |
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/pangofc-decoder.h')
-rw-r--r-- | pango/pangofc-decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-decoder.h b/pango/pangofc-decoder.h index 65f89a59..6268c428 100644 --- a/pango/pangofc-decoder.h +++ b/pango/pangofc-decoder.h @@ -53,7 +53,7 @@ typedef struct _PangoFcDecoderClass PangoFcDecoderClass; * * It's the interface that is used to define a custom encoding for a font. * These objects are created in your code from a function callback that was - * originally registered with [method@PangoFc.FcFontMap.add_decoder_find_func]. + * originally registered with [method@PangoFc.FontMap.add_decoder_find_func]. * Pango requires information about the supported charset for a font as well * as the individual character to glyph conversions. Pango gets that * information via the #get_charset and #get_glyph callbacks into your |