[AT-SPI] Fix csharp_dali_accessibility_say() 25/299825/1
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 10 Oct 2023 16:28:04 +0000 (18:28 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Tue, 10 Oct 2023 16:28:04 +0000 (18:28 +0200)
commit4aa5e6fa8ebebfe6be10755d0e4ed86fa1e8fff4
tree38ffdbcef217e3fa55efd8d32608e9bb4e0b10c3
parent8ccd2c130a6c2f647972439232dc5514f74da0d7
[AT-SPI] Fix csharp_dali_accessibility_say()

This is one of the oldest interops and was actually problematic for
multiple reasons; the return type didn't match and the third parameter
was expected to have exactly the same value in every invocation. While
fixing these issues, parsing the status string was moved from C++ to C#
for readability.

Change-Id: If039e47dd5725d840ebe8672947d4a1f2b5db2fc
dali-csharp-binder/dali-adaptor/atspi-wrap.cpp