summaryrefslogtreecommitdiff
path: root/devel-docs
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-08-25 21:44:48 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-08-25 21:44:48 -0500
commit6364851c4b92ab4ed3a3abb0af654f7a5dc9c519 (patch)
tree98d58d98b7f6e2663866a9f6c596c985df52f411 /devel-docs
parent54f3e6b1cab848b27fe47fec178dbb42d0d47317 (diff)
downloadat-spi2-core-6364851c4b92ab4ed3a3abb0af654f7a5dc9c519.tar.gz
Improve the deprecation note about Cache.GetItems' old signature
Diffstat (limited to 'devel-docs')
-rw-r--r--devel-docs/toolkits.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel-docs/toolkits.md b/devel-docs/toolkits.md
index fc04d103..c05318a8 100644
--- a/devel-docs/toolkits.md
+++ b/devel-docs/toolkits.md
@@ -10,6 +10,11 @@ Sources: [`gtk4/gtk/a11y`](https://gitlab.gnome.org/GNOME/gtk/-/tree/main/gtk/a1
Sources: [`qtbase/src/gui/accessible/linux`](https://github.com/qt/qtbase/tree/dev/src/gui/accessible/linux)
+Note: Qt's implementation of
+[Cache.GetItems](https://github.com/qt/qtbase/blob/dev/src/gui/accessible/linux/qspi_struct_marshallers.cpp#L41-L71)
+uses the old signature `a((so)(so)(so)a(so)assusau)` instead of the
+preferred/new `a((so)(so)(so)iiassusau)`.
+
## WebKit
Sources: [`WebKit/Source/WebCore/accessibility/atspi`](https://github.com/WebKit/WebKit/tree/main/Source/WebCore/accessibility/atspi)