Resolve the possible use of negative value (detected by coverity tool)
[platform/upstream/at-spi2-core.git] / idl / application.didl
index 19383f6..546fcfd 100644 (file)
@@ -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;