Added additional documentation and fixed a couple of latent bugs.
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Event.idl
index 1d9a2ea..2574a80 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_EVENT_DEFINED__
 #define __ACCESSIBILITY_EVENT_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 
 module Accessibility
 {
@@ -31,12 +31,13 @@ module Accessibility
 
   struct Event {
     string type;
-    Accessible target;
+    Accessible source;
     long detail1;
     long detail2;
   };
 
   interface EventListener : Bonobo::Unknown {
+    attribute long hash_id;
     oneway void notifyEvent (in Event e);
   };