From c61ad157a7685cd9d7fcbc79d8b9d397360ad16e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 May 2021 11:37:19 -0400 Subject: docs: Link syntax fixes Now that gi-docgen warns about link syntax errors, we can find and fix them. --- pango/pango-attributes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pango/pango-attributes.c') diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 0d604f3d..ffd209d6 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -50,7 +50,7 @@ static GHashTable *name_map = NULL; /* MT-safe */ * Allocate a new attribute type ID. * * The attribute type name can be accessed later - * by using [type_func@Pango.AttrType.get_name]. + * by using [func@Pango.AttrType.get_name]. * * Return value: the new type ID. */ @@ -85,7 +85,7 @@ pango_attr_type_register (const gchar *name) * * The attribute type name is the string passed in * when registering the type using - * [type_func@attr_type_register]. + * [func@Pango.AttrType.register]. * * The returned value is an interned string (see * g_intern_string() for what that means) that should @@ -1886,7 +1886,7 @@ pango_attr_list_splice (PangoAttrList *list, * * Return value: (element-type Pango.Attribute) (transfer full): * a list of all attributes in @list. To free this value, - * call [mehod@Pango.Attribute.destroy] on each value and + * call [method@Pango.Attribute.destroy] on each value and * g_slist_free() on the list. * * Since: 1.44 -- cgit v1.2.1