summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwizzwizz4 <wizzwizz4@noreply.codeberg.org>2021-07-31 18:15:22 +0100
committerwizzwizz4 <wizzwizz4@noreply.codeberg.org>2021-07-31 18:39:06 +0100
commit0d77472654417b1d8cee3f654b9c15bf96ff27e1 (patch)
tree299f57bd997f85019aac574098be72ac67e5c879
parent9ccedbcfa4df5a6375d715de06f7c3e16a8bccd3 (diff)
downloadat-spi2-core-0d77472654417b1d8cee3f654b9c15bf96ff27e1.tar.gz
xml: Corrected atspi.Document.GetAttributes() type signature
-rw-r--r--xml/Document.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/Document.xml b/xml/Document.xml
index a82eb986..03c96931 100644
--- a/xml/Document.xml
+++ b/xml/Document.xml
@@ -16,7 +16,7 @@
</method>
<method name="GetAttributes">
- <arg direction="out" type="{ss}"/>
+ <arg direction="out" type="a{ss}"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>