summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-25 15:43:56 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-25 15:43:56 +0000
commita5e326554bc9a762d89b4dfc21628f8ec2374b2b (patch)
treea95453cc0cd541373a4acb30d876273d6b1411c1 /pango/pango-attributes.h
parent3dab00ded913500cf5953d33dca469ba4fb0ac81 (diff)
parentc61ad157a7685cd9d7fcbc79d8b9d397360ad16e (diff)
downloadpango-a5e326554bc9a762d89b4dfc21628f8ec2374b2b.tar.gz
Merge branch 'docs-link-fixes' into 'master'
docs: Link syntax fixes See merge request GNOME/pango!339
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r--pango/pango-attributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h
index d841d715..3336eb53 100644
--- a/pango/pango-attributes.h
+++ b/pango/pango-attributes.h
@@ -164,7 +164,7 @@ typedef struct _PangoAttrIterator PangoAttrIterator;
* The `PangoAttrType` distinguishes between different types of attributes.
*
* Along with the predefined values, it is possible to allocate additional
- * values for custom attributes using [type_func@attr_type_register]. The predefined
+ * values for custom attributes using [func@AttrType.register]. The predefined
* values are given below. The type of structure used to store the attribute is
* listed in parentheses after the description.
*/
@@ -445,7 +445,7 @@ struct _PangoAttrSize
* @attr: the common portion of the attribute
* @ink_rect: the ink rectangle to restrict to
* @logical_rect: the logical rectangle to restrict to
- * @data: user data set (see [type_func@Pango.AttrShape.new_with_data])
+ * @data: user data set (see [func@Pango.AttrShape.new_with_data])
* @copy_func: copy function for the user data
* @destroy_func: destroy function for the user data
*