API revisions: tweaks to key event API, added some reserved slots for
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Relation.idl
index 8941b34..9a8931a 100644 (file)
@@ -39,9 +39,13 @@ module Accessibility {
    * This interface inherits from a base class implementing ref counts.
    */
 
-  interface Relation {
+  interface Relation : Bonobo::Unknown {
     RelationType        getRelationType ();
-    Object             getTarget ();
+    short               getNTargets ();
+    Object             getTarget (in short index);
+    /* placeholders for future expansion */
+    void unImplemented ();
+    void unImplemented2 ();
   };
 };