2008-11-13 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Desktop.xml
index 86a914c..d0a21d4 100644 (file)
@@ -1,52 +1,33 @@
-<node name="/node" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
-
-<tp:title>AT-SPI - Assistive Technology Service Provider Interface </tp:title>
-<tp:copyright>Copyright 2008 Novell, Inc.</tp:copyright>
-<tp:copyright>Copyright 2001 Sun Microsystems Inc.</tp:copyright>
-<tp:license xmlns="http://www.w3.org/1999/xhtml">
-  <p>This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.</p>
-
-  <p>This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.</p>
-
-  <p>You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the
-    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-    Boston, MA 02111-1307, USA.</p>
-</tp:license>
+<?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.Desktop">
   <tp:property name="childCount" type="i" access="read">
   <tp:docstring>
-    childCount: the number of children contained by this object.
+    The number of children contained by this object.
   </tp:docstring>
   </tp:property>
   <method name="getChildren">
     <tp:docstring>
-      Get the accessible children of this object.
+      Get the Accessible children of this object.
     </tp:docstring>
     <arg direction="out" type="as" tp:type="AccessibleSet">
     <tp:docstring>
-      the ::Accessible children of this object.
+      The Accessible children of this object.
     </tp:docstring>
     </arg>
   </method>
   <method name="getChildAtIndex">
     <tp:docstring>
-      Get the accessible child of this object at \c index.
+           Get the accessible child of this object at <code>index</code>.
     </tp:docstring>
     <arg direction="in" name="index" type="i">
     <tp:docstring>
-      an in parameter indicating which child is requested (zero-indexed).
+      An parameter indicating which child is requested (zero-indexed).
     </tp:docstring>
     </arg>
     <arg direction="out" type="s" tp:type="Accessible">
     <tp:docstring>
-      the 'nth' ::Accessible child of this object.
+      The 'nth' Accessible child of this object.
     </tp:docstring>
     </arg>
   </method>