<2001-10-13 Louise Miller <louise.miller@sun.com>
[platform/core/uifw/at-spi2-atk.git] / idl / Application.idl
index 1253bb4..05139bc 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_APPLICATION_DEFINED__
 #define __ACCESSIBILITY_APPLICATION_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Accessible.idl>
 
 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: