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-attributes.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-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 32f373c7..225dc654 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -49,7 +49,7 @@ static GHashTable *name_map = NULL; /* MT-safe */ * * Allocate a new attribute type ID. * - * The attribute type name can be accessed later by using [func@attr_type_get_name]. + * The attribute type name can be accessed later by using [type_func@Pango.AttrType.get_name]. * * Return value: the new type ID. */ @@ -83,7 +83,7 @@ pango_attr_type_register (const gchar *name) * Fetches the attribute type name. * * The attribute type name is the string passed in when registering the type - * using [func@attr_type_register]. + * using [type_func@attr_type_register]. * * The returned value is an interned string (see g_intern_string() for what * that means) that should not be modified or freed. |