summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2021-08-02 15:43:11 +0000
committerMike Gorse <mgorse@suse.com>2021-08-02 15:43:11 +0000
commit9d888146dd7ffbb6afc7d29a7481c144ac8b7100 (patch)
tree299f57bd997f85019aac574098be72ac67e5c879
parent9ccedbcfa4df5a6375d715de06f7c3e16a8bccd3 (diff)
parent0d77472654417b1d8cee3f654b9c15bf96ff27e1 (diff)
downloadat-spi2-core-9d888146dd7ffbb6afc7d29a7481c144ac8b7100.tar.gz
Merge branch 'master' into 'master'
xml: Corrected atspi.Document.GetAttributes() type signature See merge request GNOME/at-spi2-core!57
-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>