summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.h
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/pango-attributes.h
parent3dab00ded913500cf5953d33dca469ba4fb0ac81 (diff)
downloadpango-c61ad157a7685cd9d7fcbc79d8b9d397360ad16e.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/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
*