2008-08-18 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Action.xml
index 3312682..94e1ea8 100644 (file)
@@ -1,10 +1,6 @@
 <?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/Action">
   <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
     <p>An interface through which a user-actionable user interface
   <tp:struct name="Action">
     <tp:member type="s" tp:name="name">
       <tp:docstring>
-      a \c string containing the description of the specified action.
+      A string containing the description of the specified action.
       </tp:docstring>
     </tp:member>
     <tp:member type="s" tp:name="description">
       <tp:docstring>
-       the description of the specified action.  The description of an actionmay provide information about the result of action invocation, unlike the action name.
+       The description of the specified action. The description of an actionmay provide information about the result of action invocation, unlike the action name.
     </tp:docstring>
   </tp:member>
     <tp:member type="s" tp:name="keyBinding">
       <tp:docstring>
-        a \c string containing the key binding for the specified action,or an empty string ("") if none exists.
+        A string containing the key binding for the specified action,or an empty string ("") if none exists.
       </tp:docstring>
     </tp:member>
   </tp:struct>
 
   <tp:property name="nActions" type="i" access="read">
-    <tp:docstring>the number of actions this object supports</tp:docstring>
+    <tp:docstring>The number of actions this object supports</tp:docstring>
   </tp:property>
 
   <method name="getDescription">
     <tp:docstring>
-      <p>Get the description for the specified action.  The description of an action may provide information about the result of action invocation, unlike the action name.</p>
+      <p>Get the description for the specified action. The description of an action may provide information about the result of action invocation, unlike the action name.</p>
     </tp:docstring>
     <arg type="i" name="index" direction="in">
-      <tp:docstring>the index of the action</tp:docstring>
+      <tp:docstring>The index of the action</tp:docstring>
     </arg>
     <arg type="s" direction="out">
       <tp:docstring>A string containing the description of the specified action</tp:docstring>
@@ -54,7 +50,7 @@
       <p>Get the name of the specified action.  Action names generally describe the user action, i.e. "click" or "press", rather than the result of invoking the action.</p>
     </tp:docstring>
     <arg type="i" name="index" direction="in">
-      <tp:docstring>the index of the action</tp:docstring>
+      <tp:docstring>The index of the action</tp:docstring>
     </arg>
     <arg type="s" direction="out">
       <tp:docstring>A string containing the name of the specified action</tp:docstring>
@@ -66,7 +62,7 @@
       <p>Get the key binding associated with a specific action.</p>
     </tp:docstring>
     <arg type="i" name="index" direction="in">
-      <tp:docstring>the index of the action</tp:docstring>
+      <tp:docstring>The index of the action</tp:docstring>
     </arg>
     <arg type="s" direction="out">
       <tp:docstring>A string containing the key binding for the specified action, or an empty string ("") if none exists.</tp:docstring>
     </tp:docstring>
     <arg direction="in" name="index" type="i">
     <tp:docstring>
-      the 0-based index of the action to perform.
+      The 0-based index of the action to perform.
     </tp:docstring>
     </arg>
     <arg direction="out" type="b" tp:type="boolean">
     <tp:docstring>
-      a \c boolean indicating success or failure.
+      A boolean indicating success or failure.
     </tp:docstring>
     </arg>
   </method>