diff options
Diffstat (limited to 'gtk/gtkaccessible.c')
-rw-r--r-- | gtk/gtkaccessible.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c index c5934c80f8..475ac1114e 100644 --- a/gtk/gtkaccessible.c +++ b/gtk/gtkaccessible.c @@ -25,7 +25,9 @@ * * GtkAccessible provides an interface for describing a UI element, like a * #GtkWidget, in a way that can be consumed by Assistive Technologies, or - * “AT”. Every accessible implementation has: + * “AT”. + * + * Every accessible implementation has: * * - a “role”, represented by a value of the #GtkAccessibleRole enumeration * - an “attribute”, represented by a set of #GtkAccessibleState, |