[gtk/ebassi/for-master: 5/6] a11y: Update the Cache interface introspection
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/for-master: 5/6] a11y: Update the Cache interface introspection
- Date: Mon, 16 Nov 2020 16:45:35 +0000 (UTC)
commit ee056fd8bdfaf1a96c83c2c2f96a2c321e2a20d3
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Nov 16 15:22:33 2020 +0000
a11y: Update the Cache interface introspection
The type for cached items is, unsurprisingly, wrong when compared to the
implementation inside atk-spi2-atk.
gtk/a11y/atspi/Cache.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/a11y/atspi/Cache.xml b/gtk/a11y/atspi/Cache.xml
index ce06ba472b..895461639a 100644
--- a/gtk/a11y/atspi/Cache.xml
+++ b/gtk/a11y/atspi/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]