summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-19 17:02:50 -0500
committerMike Gorse <mgorse@novell.com>2010-11-19 17:02:50 -0500
commit3f65b7902ce9f63a33c76bdc093e02ffa742a50a (patch)
treee203e6ec9ac3d373d2fb9029282e97ad7d6b76d9 /atspi/atspi-types.h
parent9264c1189ac000516b8d494bd4f75c9d2da86600 (diff)
downloadat-spi2-core-3f65b7902ce9f63a33c76bdc093e02ffa742a50a.tar.gz
Add Action, Document, EditableText, Image, and Value interfaces
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index eb7c7a37..b34f264a 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -30,16 +30,17 @@
#include "atspi-constants.h"
typedef struct _AtspiAccessible AtspiAccessible;
-typedef struct _AtspiAccessible AtspiAction;
+typedef struct _AtspiAction AtspiAction;
typedef struct _AtspiAccessible AtspiCollection;
typedef struct _AtspiComponent AtspiComponent;
-typedef struct _AtspiAccessible AtspiDocument;
-typedef struct _AtspiAccessible AtspiEditableText;
+typedef struct _AtspiDocument AtspiDocument;
+typedef struct _AtspiEditableText AtspiEditableText;
typedef struct _AtspiAccessible AtspiHypertext;
+typedef struct _AtspiImage AtspiImage;
typedef struct _AtspiSelection AtspiSelection;
typedef struct _AtspiTable AtspiTable;
typedef struct _AtspiText AtspiText;
-typedef struct _AtspiAccessible AtspiValue;
+typedef struct _AtspiValue AtspiValue;
typedef guint AtspiControllerEventMask;