summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fontmap.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-25 11:37:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-25 11:37:19 -0400
commitc61ad157a7685cd9d7fcbc79d8b9d397360ad16e (patch)
treea95453cc0cd541373a4acb30d876273d6b1411c1 /pango/pangocairo-fontmap.c
parent3dab00ded913500cf5953d33dca469ba4fb0ac81 (diff)
downloadpango-docs-link-fixes.tar.gz
docs: Link syntax fixesdocs-link-fixes
Now that gi-docgen warns about link syntax errors, we can find and fix them.
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r--pango/pangocairo-fontmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c
index f16c3869..70bc66dc 100644
--- a/pango/pangocairo-fontmap.c
+++ b/pango/pangocairo-fontmap.c
@@ -114,7 +114,7 @@ pango_cairo_font_map_new (void)
* Creates a new `PangoCairoFontMap` object of the type suitable
* to be used with cairo font backend of type @fonttype.
*
- * In most cases one should simply use [type_func@PangoCairo.FontMap.new], or
+ * In most cases one should simply use [func@PangoCairo.FontMap.new], or
* in fact in most of those cases, just use [func@PangoCairo.FontMap.get_default].
*
* Return value: (transfer full) (nullable): the newly allocated
@@ -201,11 +201,11 @@ pango_cairo_font_map_get_default (void)
* This function only changes the default fontmap for
* the current thread. Default fontmaps of existing threads
* are not changed. Default fontmaps of any new threads will
- * still be created using [type_func@PangoCairo.FontMap.new].
+ * still be created using [func@PangoCairo.FontMap.new].
*
* A value of %NULL for @fontmap will cause the current default
* font map to be released and a new default font map to be created
- * on demand, using [type_func@PangoCairo.FontMap.new].
+ * on demand, using [func@PangoCairo.FontMap.new].
*
* Since: 1.22
*/