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/pango-fontmap.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/pango-fontmap.c')
-rw-r--r-- | pango/pango-fontmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c index ab9c816d..bc18a7da 100644 --- a/pango/pango-fontmap.c +++ b/pango/pango-fontmap.c @@ -68,7 +68,7 @@ pango_font_map_init (PangoFontMap *fontmap G_GNUC_UNUSED) * * Creates a `PangoContext` connected to @fontmap. * - * This is equivalent to [method@Pango.Context.new] followed by + * This is equivalent to [ctor@Pango.Context.new] followed by * [method@Pango.Context.set_font_map]. * * If you are using Pango as part of a higher-level system, |