[at-spi2-core] xml: adjust collection match rule specification to match the implementation



commit bf99943620823e0e7f54898d5f7574812b27e525
Author: Mike Gorse <mgorse suse com>
Date:   Thu Aug 5 14:28:31 2021 -0500

    xml: adjust collection match rule specification to match the implementation
    
    Closes #41

 xml/Collection.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xml/Collection.xml b/xml/Collection.xml
index a6dff74a..913ebcb8 100644
--- a/xml/Collection.xml
+++ b/xml/Collection.xml
@@ -3,7 +3,7 @@
 <interface name="org.a11y.atspi.Collection">
 
   <method name="GetMatches">
-    <arg direction="in" name="rule" type="(auuasuauusub)"/>
+    <arg direction="in" name="rule" type="(aiia{ss}iaiiasib)"/>
     <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QSpiMatchRule"/>
     <arg direction="in" name="sortby" type="u"/>
     <arg direction="in" name="count" type="i"/>
@@ -15,7 +15,7 @@
   <method name="GetMatchesTo">
     <arg direction="in" name="current_object" type="o"/>
     <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
-    <arg direction="in" name="rule" type="(auuasuauusub)"/>
+    <arg direction="in" name="rule" type="(aiia{ss}iaiiasib)"/>
     <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
     <arg direction="in" name="sortby" type="u"/>
     <arg direction="in" name="tree" type="u"/>
@@ -29,7 +29,7 @@
   <method name="GetMatchesFrom">
     <arg direction="in" name="current_object" type="o"/>
     <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
-    <arg direction="in" name="rule" type="(auuasuauusub)"/>
+    <arg direction="in" name="rule" type="(aiia{ss}iaiiasib)"/>
     <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
     <arg direction="in" name="sortby" type="u"/>
     <arg direction="in" name="tree" type="u"/>


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