summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
authorThomas Booker <tw.booker@outlook.com>2022-09-10 14:11:44 +1200
committerCoderThomasB <tw.booker@outlook.com>2022-09-28 09:37:27 +1300
commit837c050e48ea73f6dcf5ef9ff7120bc7da8b38ad (patch)
tree63f04cc81df87161f3d3c1ad5122b04a64741bc1 /atspi/atspi-types.h
parent35bcba928650b415b4d8a572b4d9b19384234ee6 (diff)
downloadat-spi2-core-837c050e48ea73f6dcf5ef9ff7120bc7da8b38ad.tar.gz
Docs: Move to gi-docgen
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index ab43ca8c..8eca6dd5 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -29,6 +29,12 @@
#include "atspi-constants.h"
+/**
+ * AtspiTypes:
+ *
+ * Type definitions needed by multiple interfaces.
+ */
+
typedef struct _AtspiAccessible AtspiAccessible;
typedef struct _AtspiAction AtspiAction;
typedef struct _AtspiCollection AtspiCollection;
@@ -133,8 +139,9 @@ typedef struct _AtspiKeySet
} AtspiKeySet;
/**
- *AtspiKeyListenerSyncType:
- * @ATSPI_KEYLISTENER_NOSYNC: Events may be delivered asynchronously,
+ * AtspiKeyListenerSyncType:
+ *
+ * @ATSPI_KEYLISTENER_NOSYNC: Events may be delivered asynchronously,
* which means in some cases they may already have been delivered to the
* application before the AT client receives the notification.
* @ATSPI_KEYLISTENER_SYNCHRONOUS: Events are delivered synchronously, before the