Fix memory management issues
[platform/upstream/at-spi2-core.git] / xml / DeviceEventController.xml
index 1c76789..0af9aac 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node name="/node">
-<interface name="org.freedesktop.atspi.DeviceEventController">
+<interface name="org.a11y.atspi.DeviceEventController">
 
   <method name="RegisterKeystrokeListener">
     <arg direction="in" name="listener" type="o"/>
   </method>
 
   <method name="NotifyListenersSync">
-    <arg direction="in" name="event" type="(uinnisb)"/>
+    <arg direction="in" name="event" type="(uiuuisb)"/>
     <arg direction="out" type="b"/>
     <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiDeviceEvent"/>
   </method>
 
   <method name="NotifyListenersAsync">
-    <arg direction="in" name="event" type="(uinnisb)"/>
+    <arg direction="in" name="event" type="(uiuuisb)"/>
     <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiDeviceEvent"/>
   </method>