summaryrefslogtreecommitdiff
path: root/xml/DeviceEventListener.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml/DeviceEventListener.xml')
-rw-r--r--xml/DeviceEventListener.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/xml/DeviceEventListener.xml b/xml/DeviceEventListener.xml
new file mode 100644
index 00000000..69193e39
--- /dev/null
+++ b/xml/DeviceEventListener.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/node">
+<interface name="org.freedesktop.atspi.DeviceEventListener">
+
+ <method name="NotifyEvent">
+ <arg direction="in" name="event" type="(uinnisb)"/>
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiDeviceEvent"/>
+ <arg direction="out" type="b"/>
+ </method>
+
+</interface>
+</node>