summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-22 04:42:51 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 04:42:51 +0000
commit701d7435d7b0dff8d106107288f1992bb2ea9de4 (patch)
treeccf71374dfbbf961b86196910ea03167eaf9829b /pango/pango-attributes.h
parentc13ec6590099dddb7145e1d4cddf5772f6d20d71 (diff)
parentb9d6e8943b2049e544bf4c08abe4e7573c6a1493 (diff)
downloadpango-701d7435d7b0dff8d106107288f1992bb2ea9de4.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
break: Some code reorg See merge request GNOME/pango!427
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 ca0f74b8..86826b62 100644
--- a/pango/pango-attributes.h
+++ b/pango/pango-attributes.h
@@ -67,7 +67,7 @@ typedef struct _PangoAttrFontFeatures PangoAttrFontFeatures;
* @PANGO_ATTR_ABSOLUTE_SIZE: font size in pixels scaled by %PANGO_SCALE ([struct@Pango.AttrInt])
* @PANGO_ATTR_GRAVITY: base text gravity ([struct@Pango.AttrInt])
* @PANGO_ATTR_GRAVITY_HINT: gravity hint ([struct@Pango.AttrInt])
- * @PANGO_ATTR_FONT_FEATURES: OpenType font features ([struct@Pango.AttrString]). Since 1.38
+ * @PANGO_ATTR_FONT_FEATURES: OpenType font features ([struct@Pango.AttrFontFeatures]). Since 1.38
* @PANGO_ATTR_FOREGROUND_ALPHA: foreground alpha ([struct@Pango.AttrInt]). Since 1.38
* @PANGO_ATTR_BACKGROUND_ALPHA: background alpha ([struct@Pango.AttrInt]). Since 1.38
* @PANGO_ATTR_ALLOW_BREAKS: whether breaks are allowed ([struct@Pango.AttrInt]). Since 1.44
@@ -110,7 +110,7 @@ typedef enum
PANGO_ATTR_ABSOLUTE_SIZE, /* PangoAttrSize */
PANGO_ATTR_GRAVITY, /* PangoAttrInt */
PANGO_ATTR_GRAVITY_HINT, /* PangoAttrInt */
- PANGO_ATTR_FONT_FEATURES, /* PangoAttrString */
+ PANGO_ATTR_FONT_FEATURES, /* PangoAttrFontFeatures */
PANGO_ATTR_FOREGROUND_ALPHA, /* PangoAttrInt */
PANGO_ATTR_BACKGROUND_ALPHA, /* PangoAttrInt */
PANGO_ATTR_ALLOW_BREAKS, /* PangoAttrInt */