From 5b0ea70d1c0b777c4bbe3d6429ce5c7ae8beb3f2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 4 Apr 2021 22:02:24 -0400 Subject: [PATCH] textattributes: Small docs fix --- gtk/gtktextattributes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index c417de7e9d..b7dfa9ce7b 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -66,6 +66,7 @@ typedef struct _GtkTextAppearance GtkTextAppearance; * @fg_color: Foreground #GdkColor. * @rise: Super/subscript rise, can be negative. * @underline: #PangoUnderline + * @overline: #PangoOverline * @strikethrough: Strikethrough style * @draw_bg: Whether to use background-related values; this is * irrelevant for the values struct when in a tag, but is used for