summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-13 12:47:38 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-13 12:47:38 -0600
commitab37c00d3d2c561fe9eef8f738ea78cb81afe110 (patch)
tree75e5426d597376e9fd3f8ae251f3617b570ef55b
parentc958c1439c8580385b7cbf2909b34611cd021480 (diff)
downloadat-spi2-core-ab37c00d3d2c561fe9eef8f738ea78cb81afe110.tar.gz
atkutil.h: Fix doc comment so g-ir-scanner won't warn about it
There can't be empty lines between the struct name and the first field name.
-rw-r--r--atk/atkutil.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/atk/atkutil.h b/atk/atkutil.h
index c7ad75ad..844fe2a1 100644
--- a/atk/atkutil.h
+++ b/atk/atkutil.h
@@ -87,9 +87,6 @@ typedef gint (*AtkKeySnoopFunc) (AtkKeyEventStruct *event,
/**
* AtkKeyEventStruct:
- *
- * Encapsulates information about a key event.
- *
* @type: An AtkKeyEventType, generally one of ATK_KEY_EVENT_PRESS or ATK_KEY_EVENT_RELEASE
* @state: A bitmask representing the state of the modifier keys immediately after the event takes place.
* The meaning of the bits is currently defined to match the bitmask used by GDK in
@@ -106,6 +103,8 @@ typedef gint (*AtkKeySnoopFunc) (AtkKeyEventStruct *event,
* @timestamp: A timestamp in milliseconds indicating when the event occurred.
* These timestamps are relative to a starting point which should be considered arbitrary,
* and only used to compare the dispatch times of events to one another.
+ *
+ * Encapsulates information about a key event.
**/
struct _AtkKeyEventStruct
{