summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-11-12 23:21:07 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-12 23:21:07 +0000
commitacde6801bd09f9cb19f4c064c66344b5ac07e50c (patch)
tree7badcef94a9c7904696608cbef37a42641de313d
parentc8b7f377ccf17cf43fbeb112df286770a2cab4d6 (diff)
downloadat-spi2-core-acde6801bd09f9cb19f4c064c66344b5ac07e50c.tar.gz
xml: Fix wrong closing tag in atspi.Socket
This makes the Socket.xml file valid again.
-rw-r--r--xml/Socket.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/Socket.xml b/xml/Socket.xml
index 75ec99f9..f9ac76d2 100644
--- a/xml/Socket.xml
+++ b/xml/Socket.xml
@@ -17,7 +17,7 @@
<signal name="Available">
<arg direction="in" name="socket" type="(so)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
- </method>
+ </signal>
</interface>
</node>