diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-10 07:35:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-10 07:37:22 -0400 |
commit | 770fd4d4d23cd901ace30472df3431cd564a1bf3 (patch) | |
tree | 29cb0c02186e0ca2450d9006df34e2618f7afacc /pango/pango-attributes.h | |
parent | 391f2efef525c0dd8e28043c82f350af8160d888 (diff) | |
download | pango-770fd4d4d23cd901ace30472df3431cd564a1bf3.tar.gz |
Add some forgotten documentation
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 1 |
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. * |