summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-08-10 11:28:21 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-08-10 11:28:21 -0500
commit06c119db95946451f16f745d5b2b9681e9a13df7 (patch)
tree0f9c28136b38ed0326af845a09bb56ae94f3b5d6 /xml
parent591ccfe66aa4c50d6bf8f6050728273f598a79a5 (diff)
downloadat-spi2-core-06c119db95946451f16f745d5b2b9681e9a13df7.tar.gz
Application.xml: Remove RegisterEventListener / DeregisterEventListener
Since 079dc027, notification of event listeners happens through the EventListenerRegistered signal in the Registry interface. There is no C code to handle these RegisterEventListener / DeregisterEventListener methods anywhere, anyway.
Diffstat (limited to 'xml')
-rw-r--r--xml/Application.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/xml/Application.xml b/xml/Application.xml
index 9e92d7af..c73aff18 100644
--- a/xml/Application.xml
+++ b/xml/Application.xml
@@ -51,13 +51,5 @@
<arg direction="out" type="s"/>
</method>
- <method name="RegisterEventListener">
- <arg direction="in" name="event" type="s"/>
- </method>
-
- <method name="DeregisterEventListener">
- <arg direction="in" name="event" type="s"/>
- </method>
-
</interface>
</node>