summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-05 10:35:17 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-05 11:25:19 -0600
commitcb10a4c9812860d208b89cbe318e36dea38bfa6b (patch)
tree916e29b2069e512483490ce8d4e3e69e40f5acf5 /xml
parent8d7c2e17fe7cfbf38e01614773105001bdb7e7c6 (diff)
downloadat-spi2-core-cb10a4c9812860d208b89cbe318e36dea38bfa6b.tar.gz
deviceeventcontroller.c: Remove the code for the GetDeviceEventListeners method
This was meant to query listeners for mouse events. However, that is done via the Registry's GetRegisteredEvents method now.
Diffstat (limited to 'xml')
-rw-r--r--xml/DeviceEventController.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/xml/DeviceEventController.xml b/xml/DeviceEventController.xml
index f0c06023..51785178 100644
--- a/xml/DeviceEventController.xml
+++ b/xml/DeviceEventController.xml
@@ -37,10 +37,6 @@
<arg direction="out" type="a(souua(iisi)u(bbb))"/>
</method>
- <method name="GetDeviceEventListeners">
- <arg direction="out" type="a(sou)"/>
- </method>
-
<method name="GenerateKeyboardEvent">
<arg direction="in" name="keycode" type="i"/>
<arg direction="in" name="keystring" type="s"/>