2009-06-11 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.DeviceEventController.xml
index 89dd3d7..a9e4612 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" name="/node">
-
-
-
-
-
 <interface name="org.freedesktop.atspi.DeviceEventController">
   <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
     <p>The interface via which clients request notification of device events, and
     </tp:docstring>
     <arg direction="in" name="listener" type="o" tp:type="DeviceEventListener">
     <tp:docstring>
-      a DeviceEventListener which will intercept key events.
+      A DeviceEventListener which will intercept key events.
     </tp:docstring>
     </arg>
     <arg direction="in" name="keys" type="a(iisi)" tp:type="KeySet">
     <tp:docstring>
-      a KeySet indicating which keys to intercept, or KEYSET_ALL_KEYS.
+      A KeySet indicating which keys to intercept, or KEYSET_ALL_KEYS.
     </tp:docstring>
     </arg>
     <arg direction="in" name="mask" type="u" tp:type="ControllerEventMask">
     <tp:docstring>
-      a ControllerEventMask filtering the intercepted key events.
+      A ControllerEventMask filtering the intercepted key events.
     </tp:docstring>
     </arg>
-    <arg direction="in" name="type" type="u" tp:type="KeyEventTypeSeq">
+    <arg direction="in" name="type" type="au" tp:type="KeyEventTypeSeq">
     <tp:docstring>
-      a KeyEventTypeSeq that may created by ORing event types together.
+      A KeyEventTypeSeq that may created by ORing event types together.
     </tp:docstring>
     </arg>
     <arg direction="in" name="mode" type="(bbb)" tp:type="EventListenerMode">
     <tp:docstring>
-      an EventListenerMode indicating whether the listener should receive the events synchronously, potentially consuming them,or just be notified asynchronously of those events that havebeen generated.@note Some platforms have limited support for global, preemptive EventListenerMode.Such a registration may fail if another client already has priority for preemptiveaccess to one or more of the members of the KeySet.  AT consumers have the optionof re-trying the request without the global flag, or without the preemptive flag,or of re-trying with a different KeySet.  The best support for pre-emptiveglobal keyboard listeners is provided on platforms whose Xserver implementationprovides the XEvIE extension.
+      An EventListenerMode indicating whether the listener should receive the events synchronously, potentially consuming them,or just be notified asynchronously of those events that havebeen generated.@note Some platforms have limited support for global, preemptive EventListenerMode.Such a registration may fail if another client already has priority for preemptiveaccess to one or more of the members of the KeySet.  AT consumers have the optionof re-trying the request without the global flag, or without the preemptive flag,or of re-trying with a different KeySet.  The best support for pre-emptiveglobal keyboard listeners is provided on platforms whose Xserver implementationprovides the XEvIE extension.
     </tp:docstring>
     </arg>
     <arg direction="out" type="b" tp:type="boolean">
     <tp:docstring>
-      \c True if the DeviceEventListener was successfully registeredfor the requested KeySet, ControllerEventMask, event types, and EventListenerMode; otherwise returns \c False.
+           <code>True</code> if the DeviceEventListener was successfully registeredfor the requested KeySet, ControllerEventMask, event types, and EventListenerMode; otherwise returns <code>False</code>.
     </tp:docstring>
     </arg>
   </method>
     </tp:docstring>
     <arg direction="in" name="listener" type="o" tp:type="DeviceEventListener">
     <tp:docstring>
-      a DeviceEventListener which will intercept key events.
+      A DeviceEventListener which will intercept key events.
     </tp:docstring>
     </arg>
     <arg direction="in" name="keys" type="a(iisi)" tp:type="KeySet">
     <tp:docstring>
-      a KeySet indicating which keys to intercept, or KEYSET_ALL_KEYS.
+      A KeySet indicating which keys to intercept, or KEYSET_ALL_KEYS.
     </tp:docstring>
     </arg>
     <arg direction="in" name="mask" type="u" tp:type="ControllerEventMask">
     <tp:docstring>
-      a ControllerEventMask filtering the intercepted key events.
+      A ControllerEventMask filtering the intercepted key events.
     </tp:docstring>
     </arg>
     <arg direction="in" name="type" type="u" tp:type="KeyEventTypeSeq">
     <tp:docstring>
-      an EventType mask that may created by ORing event types together.
+      An EventType mask that may created by ORing event types together.
     </tp:docstring>
     </arg>
   </method>
     </tp:docstring>
     <arg direction="in" name="listener" type="o" tp:type="DeviceEventListener">
     <tp:docstring>
-      a DeviceEventListener which will intercept events.
+      A DeviceEventListener which will intercept events.
     </tp:docstring>
     </arg>
     <arg direction="in" name="types" type="u" tp:type="EventTypeSeq">
     <tp:docstring>
-      an EventTypeSeq indicating which event types to listen for.
+      An EventTypeSeq indicating which event types to listen for.
     </tp:docstring>
     </arg>
     <arg direction="out" type="b" tp:type="boolean">
     <tp:docstring>
-      \c True if successful, \c False if not
+           <code>True</code> if successful, <code>False</code> if not.
     </tp:docstring>
     </arg>
   </method>
     </arg>
     <arg direction="in" name="types" type="u" tp:type="EventTypeSeq">
     <tp:docstring>
-      an EventTypeSeq indicating which event types to stoplistening for.
+      An EventTypeSeq indicating which event types to stoplistening for.
     </tp:docstring>
     </arg>
   </method>
         method used by accessibility bridges to forward "toolkit dependent"
         device events to the Registry from the application's process space.    </p>
 
-      <p>@note AT clients do not normally need to use this method, it is intended for use
+      <p>AT clients do not normally need to use this method, it is intended for use
         by toolkit bridges and special-purpose applications.    </p>
     </tp:docstring>
     <arg direction="in" name="event" type="(uinnisb)" tp:type="DeviceEvent"/>
     <arg direction="out" type="b" tp:type="boolean">
     <tp:docstring>
-      \c True if the event was consumed by a (pre-emptive) listener,\c False if not (in which case the device event will be forwardedas normal to any application which would normally receive it, e.g.the currently active application in the case of mouse or keyboard events).
+           <code>True</code> if the event was consumed by a (pre-emptive) listener, <code>False</code> if not (in which case the device event will be forwardedas normal to any application which would normally receive it, e.g.the currently active application in the case of mouse or keyboard events).
     </tp:docstring>
     </arg>
   </method>
         method used by accessibility bridges to forward "toolkit dependent"
         device events to the Registry from the application's process space.
         If the event in question is potentially pre-emptible.
-        ::notifyListenersSync should be used instead.    </p>
+        notifyListenersSync should be used instead.    </p>
 
-      <p>@note AT clients do not normally need to use this method, it is intended for use
+      <p>AT clients do not normally need to use this method, it is intended for use
         by toolkit bridges and special-purpose applications.</p>
     </tp:docstring>
     <arg direction="in" name="event" type="(uinnisb)" tp:type="DeviceEvent"/>
     </tp:docstring>
     <arg direction="in" name="keycode" type="i">
     <tp:docstring>
-      a long integer indicating the keycode ofthe keypress to be synthesized.
+      A long integer indicating the keycode ofthe keypress to be synthesized.
     </tp:docstring>
     </arg>
     <arg direction="in" name="keystring" type="s">
     <tp:docstring>
-      an optional UTF-8 string indicating a complexkeyboard input event.
+      An optional UTF-8 string indicating a complexkeyboard input event.
     </tp:docstring>
     </arg>
     <arg direction="in" name="type" type="u" tp:type="KeySynthType">
     <tp:docstring>
-      a KeySynthType indicating the type of event(s) to be synthesized: a key press, release, press-release pair,or a complex input string (for instance from aninternationalized or complex text input method, ora composed character).@note keycode may be truncated before beingprocessed, as keycode length may be platform-dependentand keycode ranges are generally much smaller thanCORBA_long. One or the other of keycode or keystring are generally NULL, (but not both), depending on the value of \c type.
+           <p>A KeySynthType indicating the type of event(s) to be synthesized: a key press, release, press-release pair,or a complex input string (for instance from aninternationalized or complex text input method, ora composed character).</p>
+           
+           <p>Keycode may be truncated before beingprocessed, as keycode length may be platform-dependentand keycode ranges are generally much smaller thanCORBA_long. One or the other of keycode or keystring are generally NULL, (but not both), depending on the value of <code>type</code>.</p>
     </tp:docstring>
     </arg>
   </method>
     </tp:docstring>
     <arg direction="in" name="x" type="i">
     <tp:docstring>
-      a long integer indicating the screen x coord for the mouse event.
+      A long integer indicating the screen x coord for the mouse event.
     </tp:docstring>
     </arg>
     <arg direction="in" name="y" type="i">
     <tp:docstring>
-      a long integer indicating the screen y coord for the mouse event.
+      A long integer indicating the screen y coord for the mouse event.
     </tp:docstring>
     </arg>
     <arg direction="in" name="eventName" type="s">
     <tp:docstring>
-      a string indicating the type of mouse event, e.g. "button1up"
+      A string indicating the type of mouse event, e.g. "button1up"
     </tp:docstring>
     </arg>
   </method>