summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-10 11:44:43 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-10 11:44:43 +0000
commit439e06365078e0925055019789090f024d8c1b96 (patch)
tree29cb0c02186e0ca2450d9006df34e2618f7afacc
parent391f2efef525c0dd8e28043c82f350af8160d888 (diff)
parent770fd4d4d23cd901ace30472df3431cd564a1bf3 (diff)
downloadpango-439e06365078e0925055019789090f024d8c1b96.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
Add some forgotten documentation See merge request GNOME/pango!402
-rw-r--r--pango/pango-attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h
index c28623fb..35615bf3 100644
--- a/pango/pango-attributes.h
+++ b/pango/pango-attributes.h
@@ -161,6 +161,7 @@ typedef struct _PangoAttrIterator PangoAttrIterator;
* @PANGO_ATTR_OVERLINE: whether the text has an overline ([struct@Pango.AttrInt]). Since 1.46
* @PANGO_ATTR_OVERLINE_COLOR: overline color ([struct@Pango.AttrColor]). Since 1.46
* @PANGO_ATTR_LINE_HEIGHT: line height factor ([struct@Pango.AttrFloat]). Since: 1.50
+ * @PANGO_ATTR_ABSOLUTE_LINE_HEIGHT: line height ([struct@Pango.AttrInt]). Since: 1.50
*
* The `PangoAttrType` distinguishes between different types of attributes.
*