summaryrefslogtreecommitdiff
path: root/idl/application.didl
diff options
context:
space:
mode:
Diffstat (limited to 'idl/application.didl')
-rw-r--r--idl/application.didl4
1 files changed, 4 insertions, 0 deletions
diff --git a/idl/application.didl b/idl/application.didl
index 19383f6b..546fcfda 100644
--- a/idl/application.didl
+++ b/idl/application.didl
@@ -11,6 +11,10 @@ interface org.freestandards.atspi.Application {
/* A string indicating the version of the applications accessibility bridge. */
read property string Version;
+ /* A string indicating the version of the AT-SPI specification
+ supported by the application */
+ read property string AtspiVersion;
+
/* Gets the locale in which the application is currently running. */
method GetLocale {
LocaleType locale_type;