[at-spi2-core: 1/2] Fix D-Bus signatures for org.a11y.atspi.Cache.GetItems/AddAccessible
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] Fix D-Bus signatures for org.a11y.atspi.Cache.GetItems/AddAccessible
- Date: Mon, 17 Jan 2022 20:53:55 +0000 (UTC)
commit fe477818323912d25a88e961237fe8a1f82a917f
Author: Robert Ancell <robert ancell canonical com>
Date: Mon Jan 17 14:49:47 2022 +1300
Fix D-Bus signatures for org.a11y.atspi.Cache.GetItems/AddAccessible
xml/Cache.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xml/Cache.xml b/xml/Cache.xml
index ce06ba47..89546163 100644
--- a/xml/Cache.xml
+++ b/xml/Cache.xml
@@ -3,12 +3,12 @@
<interface name="org.a11y.atspi.Cache">
<method name="GetItems">
- <arg direction="out" name="nodes" type="a((so)(so)iiassusau)"/>
+ <arg direction="out" name="nodes" type="a((so)(so)(so)iiassusau)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAccessibleCacheArray"/>
</method>
<signal name="AddAccessible">
- <arg direction="in" name="nodeAdded" type="((so)(so)iiassusau)"/>
+ <arg direction="in" name="nodeAdded" type="((so)(so)(so)iiassusau)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QSpiAccessibleCacheItem"/>
</signal>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]