2002-03-27 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Accessible.idl
index cfebaa9..d3e7e40 100644 (file)
@@ -25,9 +25,9 @@
 
 #include <Bonobo_Unknown.idl>
 
-#include "Relation.idl"
-#include "State.idl"
-#include "Role.idl"
+#include "Accessibility_Relation.idl"
+#include "Accessibility_State.idl"
+#include "Accessibility_Role.idl"
 
 module Accessibility {
   
@@ -110,6 +110,14 @@ module Accessibility {
     Role               getRole ();
 
     /**
+     * getRoleName:
+     * Get a string indicating the type of UI role played by this object.
+     *
+     * Returns: a UTF-8 string indicating the type of UI role played by this object.
+     **/
+    string             getRoleName ();
+
+    /**
      * getState:
      *
      * Get the current state of the object as a @StateSet.