X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FApplication.idl;h=05139bc14328e5df592ff1033208c087d7affab6;hb=31dcfbfe1181a558e4e1b8381ca397943bb96a78;hp=1253bb4db866b3763e478c433f2fefce6e6c7ab6;hpb=aca3c37006a1198a76e5ead8e29a7534f94f2569;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Application.idl b/idl/Application.idl index 1253bb4..05139bc 100644 --- a/idl/Application.idl +++ b/idl/Application.idl @@ -23,7 +23,7 @@ #ifndef __ACCESSIBILITY_APPLICATION_DEFINED__ #define __ACCESSIBILITY_APPLICATION_DEFINED__ -#include +#include #include module Accessibility { @@ -45,11 +45,16 @@ module Accessibility { readonly attribute string version; /** - * Get the application's process ID in the operating system's - * process table. + * Get the application instance's unique ID as assigned by the registry. * **/ - readonly attribute string id; + attribute long id; + + /** + * Register with this application's toolkit for "toolkit" event notifications. + * + **/ + void registerToolkitEventListener (in EventListener listener, in string eventName); /** * pause: