summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2010-05-09 10:41:21 +0100
committerMark Doffman <mark.doffman@codethink.co.uk>2010-05-09 10:42:00 +0100
commit38d4dcc576fea5b7b482825afe2c68729ab330e9 (patch)
tree378baa450d6b700ad44de82ae9a95ff66fd855a7
parentaf9e1e2b0c5c9d30b8f5f59843ac33eabf10efe4 (diff)
downloadat-spi2-core-38d4dcc576fea5b7b482825afe2c68729ab330e9.tar.gz
Modify the name of the Qt object generated by XML description.
-rw-r--r--xml/Accessible.xml8
-rw-r--r--xml/Cache.xml4
-rw-r--r--xml/Collection.xml4
-rw-r--r--xml/Component.xml2
-rw-r--r--xml/Hyperlink.xml2
-rw-r--r--xml/Hypertext.xml2
-rw-r--r--xml/Selection.xml2
-rw-r--r--xml/Socket.xml10
-rw-r--r--xml/Table.xml10
-rw-r--r--xml/Text.xml6
10 files changed, 25 insertions, 25 deletions
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index c168430f..f09f9fb0 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -7,7 +7,7 @@
<property name="description" type="s" access="read"/>
<property name="parent" type="(so)" access="read">
- <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiObjectReference"/>
</property>
<property name="childCount" type="i" access="read"/>
@@ -15,7 +15,7 @@
<method name="GetChildAtIndex">
<arg direction="in" name="index" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetIndexInParent">
@@ -46,12 +46,12 @@
<method name="GetAttributes">
<arg direction="out" type="a{ss}"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeArray"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
<method name="GetApplication">
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
</interface>
diff --git a/xml/Cache.xml b/xml/Cache.xml
index 8b5315fd..ad01bceb 100644
--- a/xml/Cache.xml
+++ b/xml/Cache.xml
@@ -9,12 +9,12 @@
<signal name="AddAccessible">
<arg name="nodeAdded" type="((so)(so)a(so)assusau)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleCacheArray"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleCacheItem"/>
</signal>
<signal name="RemoveAccessible">
<arg name="nodeRemoved" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
</signal>
</interface>
diff --git a/xml/Collection.xml b/xml/Collection.xml
index 75135a28..f4dca8ac 100644
--- a/xml/Collection.xml
+++ b/xml/Collection.xml
@@ -14,7 +14,7 @@
<method name="GetMatchesTo">
<arg direction="in" name="current_object" type="o"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
<arg direction="in" name="rule" type="(auuasuauusub)"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
<arg direction="in" name="sortby" type="u"/>
@@ -28,7 +28,7 @@
<method name="GetMatchesFrom">
<arg direction="in" name="current_object" type="o"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
<arg direction="in" name="rule" type="(auuasuauusub)"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
<arg direction="in" name="sortby" type="u"/>
diff --git a/xml/Component.xml b/xml/Component.xml
index 494bf065..2e8f19d5 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -14,7 +14,7 @@
<arg direction="in" name="y" type="i"/>
<arg direction="in" name="coord_type" type="u"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetExtents">
diff --git a/xml/Hyperlink.xml b/xml/Hyperlink.xml
index 0511c975..d3068941 100644
--- a/xml/Hyperlink.xml
+++ b/xml/Hyperlink.xml
@@ -11,7 +11,7 @@
<method name="GetObject">
<arg direction="in" name="i" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetURI">
diff --git a/xml/Hypertext.xml b/xml/Hypertext.xml
index 7a57d9c2..18a3b342 100644
--- a/xml/Hypertext.xml
+++ b/xml/Hypertext.xml
@@ -9,7 +9,7 @@
<method name="GetLink">
<arg direction="in" name="linkIndex" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetLinkIndex">
diff --git a/xml/Selection.xml b/xml/Selection.xml
index 46a60123..32e55b8c 100644
--- a/xml/Selection.xml
+++ b/xml/Selection.xml
@@ -7,7 +7,7 @@
<method name="GetSelectedChild">
<arg direction="in" name="selectedChildIndex" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="SelectChild">
diff --git a/xml/Socket.xml b/xml/Socket.xml
index 1dede114..5f9367e4 100644
--- a/xml/Socket.xml
+++ b/xml/Socket.xml
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/node">
-<interface name="org.a11y.atspi.Image">
+<interface name="org.a11y.atspi.Socket">
<method name="Embed">
<arg direction="in" name="plug" type="(so)">
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
</arg>
<arg direction="out" name="socket" type="(so)">
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</arg>
</method>
<method name="Unembed">
<arg direction="in" name="plug" type="(so)">
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
</arg>
</method>
<signal name="Available">
<arg direction="in" name="socket" type="(so)">
- <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
</arg>
</method>
diff --git a/xml/Table.xml b/xml/Table.xml
index 746252ae..b27df82b 100644
--- a/xml/Table.xml
+++ b/xml/Table.xml
@@ -7,11 +7,11 @@
<property name="nColumns" type="i" access="read"/>
<property name="caption" type="(so)" access="read">
- <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiObjectReference"/>
</property>
<property name="summary" type="(so)" access="read">
- <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiObjectReference"/>
</property>
<property name="nSelectedRows" type="i" access="read"/>
@@ -22,7 +22,7 @@
<arg direction="in" name="row" type="i"/>
<arg direction="in" name="column" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetIndexAt">
@@ -66,13 +66,13 @@
<method name="GetRowHeader">
<arg direction="in" name="row" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetColumnHeader">
<arg direction="in" name="column" type="i"/>
<arg direction="out" type="(so)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
<method name="GetSelectedRows">
diff --git a/xml/Text.xml b/xml/Text.xml
index 097e1d99..a88fbe38 100644
--- a/xml/Text.xml
+++ b/xml/Text.xml
@@ -60,12 +60,12 @@
<arg direction="out" type="a{ss}"/>
<arg direction="out" name="startOffset" type="i"/>
<arg direction="out" name="endOffset" type="i"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeArray"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
<method name="GetDefaultAttributes">
<arg direction="out" type="a{ss}"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeArray"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
<method name="GetCharacterExtents">
@@ -140,7 +140,7 @@
<arg direction="out" type="a{ss}"/>
<arg direction="out" name="startOffset" type="i"/>
<arg direction="out" name="endOffset" type="i"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeArray"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
<method name="GetDefaultAttributeSet">