* atk-bridge/bridge.c:
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Hyperlink.idl
index 012dce5..95697cb 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
-#include <Accessible.idl>
+#include <Accessibility_Accessible.idl>
 
 module Accessibility {
 
   interface Hyperlink : Bonobo::Unknown {
-    readonly attribute short n_anchors;
-    readonly attribute string uri;
-    Accessible getAnchor (in long i);
+    readonly attribute short nAnchors;
+    readonly attribute long startIndex;
+    readonly attribute long endIndex;
     Accessible getObject (in long i);
-    long getStartIndex ();
-    long getEndIndex ();
+    string getURI (in long i);
     boolean isValid ();
+    /**
+     * unImplemented:
+     *
+     * placeholders for future expansion.
+     */
+    void unImplemented ();
+    void unImplemented2 ();
   };
 };