summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-09 12:16:44 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-12 16:47:54 -0600
commitbce321f81ac9f0a4af0df9cc7ec019b2d7ffb9d0 (patch)
treec2b11f4160057ed4488054b23003e40ec73422e9 /xml
parenta1be6ad49862c1dd963256ac8cf305cef15d9f25 (diff)
downloadat-spi2-core-bce321f81ac9f0a4af0df9cc7ec019b2d7ffb9d0.tar.gz
DeviceEventController.xml: fix the signature of the "types" argument
The code uses "u"; the XML was "au" - the argument is really a bitmask.
Diffstat (limited to 'xml')
-rw-r--r--xml/DeviceEventController.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/DeviceEventController.xml b/xml/DeviceEventController.xml
index 0fc0730f..6b046627 100644
--- a/xml/DeviceEventController.xml
+++ b/xml/DeviceEventController.xml
@@ -7,7 +7,7 @@
<arg direction="in" name="keys" type="a(iisi)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QSpiKeyTypeArray"/>
<arg direction="in" name="mask" type="u"/>
- <arg direction="in" name="type" type="au"/>
+ <arg direction="in" name="types" type="u"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="QSpiEventTypeArray"/>
<arg direction="in" name="mode" type="(bbb)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In4" value="QSpiEventMode"/>