summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/atspi2/xml/Cache.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/atspi2/xml/Cache.xml')
-rw-r--r--src/3rdparty/atspi2/xml/Cache.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/3rdparty/atspi2/xml/Cache.xml b/src/3rdparty/atspi2/xml/Cache.xml
deleted file mode 100644
index 01c52810ac..0000000000
--- a/src/3rdparty/atspi2/xml/Cache.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/node">
-<interface name="org.a11y.atspi.Cache">
-
- <method name="GetItems">
- <arg name="nodes" type="a((so)(so)a(so)assusau)" direction="out"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAccessibleCacheArray"/>
- </method>
-
- <signal name="AddAccessible">
- <arg name="nodeAdded" type="((so)(so)a(so)assusau)"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAccessibleCacheItem"/>
- </signal>
-
- <signal name="RemoveAccessible">
- <arg name="nodeRemoved" type="(so)"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
- </signal>
-
-</interface>
-</node>