X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Registry.idl;h=52d3c2a1d2fcee8c77c4d9c9c4ac81aaed4533be;hb=f836e838caecf9c86024a152a22d1ba1e45368fc;hp=2e56cf3420d544e068db9e45a0363b07b2149e56;hpb=783e63cad5945ddb6df3ee129d20d5b53c6cce04;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Registry.idl b/idl/Accessibility_Registry.idl index 2e56cf3..52d3c2a 100644 --- a/idl/Accessibility_Registry.idl +++ b/idl/Accessibility_Registry.idl @@ -39,7 +39,6 @@ module Accessibility { /** * registerApplication: * @application: a reference to the requesting @Application - * return values: void * * Register a new application with the accessibility broker. * @@ -50,8 +49,7 @@ module Accessibility { * deregisterApplication: * @application: a reference to the @Application * to be deregistered. - * return values: void - * + * * De-register an application previously registered with the broker. * **/ @@ -62,7 +60,6 @@ module Accessibility { * @listener: a reference to the requesting @EventListener. * @eventName: a string which indicates the type of events about * which the client desires notification. - * return values: void * * Register a client's interest in (all) application events of * a certain type. @@ -75,7 +72,6 @@ module Accessibility { * deregisterGlobalEventListener: * @listener: the requesting @EventListener * @eventName: a string indicating the type of events - * return values: void * * Request that a previously registered client stop receiving * global notifications for events of a certain type. @@ -87,7 +83,6 @@ module Accessibility { * deregisterGlobalEventListener: * @listener: the requesting @EventListener * @eventName: a string indicating the type of events - * return values: void * * Request that a previously registered client stop receiving * global notifications for events of a certain type. @@ -115,38 +110,37 @@ module Accessibility { /** * getDesktopCount: - * return values: a short integer indicating the current number of - * @Desktops. * * Get the current number of desktops. - * + * Returns: a short integer indicating the current number of + * @Desktops. **/ short getDesktopCount (); /** * getDesktop: * @n: the index of the requested @Desktop. - * return values: a reference to the requested @Desktop. * * Get the nth accessible desktop. * + * Returns: a reference to the requested @Desktop. **/ Desktop getDesktop (in short n); /** * getDesktopList: - * return values: a sequence containing references to - * the @Desktops. * * Get a list of accessible desktops. * + * Returns: a sequence containing references to + * the @Desktops. **/ DesktopSeq getDesktopList (); /** * getDeviceEventController: - * return values: an object implementing DeviceEventController * + * Returns: an object implementing DeviceEventController **/ DeviceEventController getDeviceEventController (); @@ -257,11 +251,9 @@ module Accessibility { in KeyEventTypeSeq type, in boolean is_synchronous); - boolean notifyListenersSync (in DeviceEventListener listener, - in DeviceEvent event); + boolean notifyListenersSync (in DeviceEvent event); - oneway void notifyListenersAsync (in DeviceEventListener listener, - in DeviceEvent event); + oneway void notifyListenersAsync (in DeviceEvent event); /** * generateKeyEvent: