[at-spi2-core: 1/2] xml: Corrected atspi.Document.GetAttributes() type signature




commit 0d77472654417b1d8cee3f654b9c15bf96ff27e1
Author: wizzwizz4 <wizzwizz4 noreply codeberg org>
Date:   Sat Jul 31 18:15:22 2021 +0100

    xml: Corrected atspi.Document.GetAttributes() type signature

 xml/Document.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]