* atk-bridge/bridge.c:
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Hyperlink.idl
index a52646d..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 short nAnchors;
     readonly attribute long startIndex;
     readonly attribute long endIndex;
     Accessible getObject (in long i);
     string getURI (in long i);
     boolean isValid ();
+    /**
+     * unImplemented:
+     *
+     * placeholders for future expansion.
+     */
+    void unImplemented ();
+    void unImplemented2 ();
   };
 };