summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.h
diff options
context:
space:
mode:
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
*