summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-23 18:04:01 -0500
committerMike Gorse <mgorse@novell.com>2011-05-23 18:32:12 -0500
commit0c73fcca6252a95beea2fcf6d5ea39c0e5e16b6f (patch)
tree8c88d76fca0c7cbd8df9c2706e0a50d0dd877872 /idl
parent4cfcc3967bc4cc7d3ea9636ed9d733f0d44e6848 (diff)
downloadat-spi2-core-0c73fcca6252a95beea2fcf6d5ea39c0e5e16b6f.tar.gz
Fix get_toolkit_version, and add get_atspi_version for accessibles
Diffstat (limited to 'idl')
-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;