Added initial implementations of SpiRelation and, for the C bindings
[platform/core/uifw/at-spi2-atk.git] / idl / Relation.idl
index 8941b34..b562ffc 100644 (file)
@@ -39,9 +39,10 @@ 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);
   };
 };