summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-05 10:52:06 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-05 11:25:22 -0600
commit9b96a257e80621a35ebcb028fd3008fbae746f6b (patch)
treec8a97733d9f95d19e6304bddd4be95dcd42a271b /xml
parente8d5dd739244bea7f3d36562b1448ce9dc588be2 (diff)
downloadat-spi2-core-9b96a257e80621a35ebcb028fd3008fbae746f6b.tar.gz
deviceeventcontroller.c: Remove the RegisterDeviceEventListener method
Per the previous commit, it is unused.
Diffstat (limited to 'xml')
-rw-r--r--xml/DeviceEventController.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/xml/DeviceEventController.xml b/xml/DeviceEventController.xml
index 51785178..e2915900 100644
--- a/xml/DeviceEventController.xml
+++ b/xml/DeviceEventController.xml
@@ -22,12 +22,6 @@
<arg direction="in" name="type" type="u"/>
</method>
- <method name="RegisterDeviceEventListener">
- <arg direction="in" name="listener" type="o"/>
- <arg direction="in" name="types" type="u"/>
- <arg direction="out" type="b"/>
- </method>
-
<method name="DeregisterDeviceEventListener">
<arg direction="in" name="listener" type="o"/>
<arg direction="in" name="types" type="u"/>