X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Desktop.idl;h=020a050d38dd0e8c15c9f490cf8161be58f3106c;hb=47792f3a747c8cbbaeb2505ce5d63ac8c8d2ca94;hp=7a0cfb476dd7fd91c92500889f4237d0b7540a76;hpb=b2a5db4cbac6002da97f26deac58339c7a6eb537;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Desktop.idl b/idl/Accessibility_Desktop.idl index 7a0cfb4..020a050 100644 --- a/idl/Accessibility_Desktop.idl +++ b/idl/Accessibility_Desktop.idl @@ -23,22 +23,26 @@ #ifndef __ACCESSIBILITY_DESKTOP_DEFINED__ #define __ACCESSIBILITY_DESKTOP_DEFINED__ -#include #include 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 unImplemented_ (); + void unImplemented2_ (); + void unImplemented3_ (); + void unImplemented4_ (); + /** \endcond */ }; };