Modified Value.idl interface to use unions, removes the assumption that
[platform/core/uifw/at-spi2-atk.git] / TODO
1 TODO:
2
3 idl: 
4       possibly change Value.idl interface to return a value
5 union. [Bill] *DONE*
6
7 cspi: 
8       API change required if above IDL change is made. [Bill]
9
10 libspi: 
11
12       Change the weird string-hash event matching to something sane,
13 using GQuark. [Bill]
14
15       Merge the DeviceEvent and KeyEvent structs to avoid the bogus casting of
16 these back and forth.
17
18       Complete implementation of support for RelationSet and StateSet, and
19 export to cspi. 
20
21       Complete and test the pre-emptive key API so that we don't always do
22 AnyKey grabs. [Bill]
23
24 test:
25
26       Add tests for AtkTable, and add table elements to the test window.
27