Added directory 'util' for accessibility-related
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Application.idl
index 1253bb4..a41db3a 100644 (file)
@@ -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: