API revisions: tweaks to key event API, added some reserved slots for
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Hypertext.idl
index 05952ba..0b5f27e 100644 (file)
@@ -24,9 +24,9 @@
 
 module Accessibility {
 
-  interface Hypertext : Text {
-        long getNLinks ();
-        Hyperlink getLink (in long linkIndex);
-        long getLinkIndex (in long characterIndex);
+  interface Hypertext : Bonobo::Unknown {
+    long getNLinks ();
+    Hyperlink getLink (in long linkIndex);
+    long getLinkIndex (in long characterIndex);
   };
 };