summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-03-28 13:10:18 -0500
committerMike Gorse <mgorse@suse.com>2023-03-28 13:10:18 -0500
commit8ac74a0842310acd8bc0fc12bccc66a49ce1f922 (patch)
tree345cd7438c763a732b08181bb3d9eeb26abcf428
parente2ca4072142c0cd9c4acce5b6a511e5d8d3de0c5 (diff)
downloadat-spi2-core-8ac74a0842310acd8bc0fc12bccc66a49ce1f922.tar.gz
Add some notes for possible future API-breaking changes
-rw-r--r--devel-docs/at-spi3.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel-docs/at-spi3.rst b/devel-docs/at-spi3.rst
index 3e504cf4..1505fa24 100644
--- a/devel-docs/at-spi3.rst
+++ b/devel-docs/at-spi3.rst
@@ -28,6 +28,14 @@ future version of the API.
event, and subsequently could be dropped. This is only the example of
one event with issues like this. Nearly every event has a similar case
of some unused fields, or fields that don't *exactly* match the
- smenatics of their type sent over DBus.
+ semantics of their type sent over DBus.
+
+- ChildCount and GetChildAtIndex could have unsigned arguments (#106).
+
+- For the Collection interface, roles are signed, but they are unsigned
+ elsewhere (#108).
+
+- For the Collection interface, states are signed, but they are unsigned
+ elsewhere (#109).
- The AtspiEventListener API is hard to use and also needs to be reworked.