diff options
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 |