summaryrefslogtreecommitdiff
path: root/xml/Cache.xml
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2022-01-17 14:49:47 +1300
committerRobert Ancell <robert.ancell@canonical.com>2022-01-17 14:49:47 +1300
commitfe477818323912d25a88e961237fe8a1f82a917f (patch)
treee5a1ed3076bfad065faf8c770a0434132f33c9da /xml/Cache.xml
parentb064af5f483ee7e9c2b1f8c2f3fb7cf92831cb54 (diff)
downloadat-spi2-core-fe477818323912d25a88e961237fe8a1f82a917f.tar.gz
Fix D-Bus signatures for org.a11y.atspi.Cache.GetItems/AddAccessible
Diffstat (limited to 'xml/Cache.xml')
-rw-r--r--xml/Cache.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/Cache.xml b/xml/Cache.xml
index ce06ba47..89546163 100644
--- a/xml/Cache.xml
+++ b/xml/Cache.xml
@@ -3,12 +3,12 @@
<interface name="org.a11y.atspi.Cache">
<method name="GetItems">
- <arg direction="out" name="nodes" type="a((so)(so)iiassusau)"/>
+ <arg direction="out" name="nodes" type="a((so)(so)(so)iiassusau)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAccessibleCacheArray"/>
</method>
<signal name="AddAccessible">
- <arg direction="in" name="nodeAdded" type="((so)(so)iiassusau)"/>
+ <arg direction="in" name="nodeAdded" type="((so)(so)(so)iiassusau)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QSpiAccessibleCacheItem"/>
</signal>