Partial re-refactor of the accessibles registration code.
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Desktop.idl
index 69a7aa2..020a050 100644 (file)
 #ifndef __ACCESSIBILITY_DESKTOP_DEFINED__
 #define __ACCESSIBILITY_DESKTOP_DEFINED__
 
-#include <Bonobo_Unknown.idl>
 #include <Accessibility_Accessible.idl>
 
 module Accessibility {
-  interface Desktop : Accessible {
     /**
      * At the moment this is only a marker interface, it acts just like
-     * any other Accessible.
+     * any other Accessible.  In all known implementations, the
+     * children are all instances of Application, but this is not
+     * guaranteed by this interface.
      **/
-         /**
+    interface Desktop : Accessible {
+         /** \cond
           * unImplemented:
           *
           * placeholders for future expansion.
           */
          void unImplemented_ ();
          void unImplemented2_ ();
+         void unImplemented3_ ();
+         void unImplemented4_ ();
+       /** \endcond */
   };
 };