Add "GetReadingMaterial" interface method 40/136240/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 29 May 2017 11:43:25 +0000 (20:43 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 29 Jun 2017 00:04:16 +0000 (09:04 +0900)
commita9804de0ee0e62cc8ebc2b9799bb5268f9927c5a
tree546e22e65dac612e0c9fa82a8e4de8af2fedcbe2
parent615236b99864ab8aa66665b83291105a2f774925
Add "GetReadingMaterial" interface method

The atspi_accessible_get_reading_material of at-spi2-core calls this method to
get reading material to be used screen-reader side. This is for reducing IPC.
It seems that the number of IPC is changed from 30 to 1.

Related patch set:
https://review.tizen.org/gerrit/#/c/131358/ (at-spi2-core)
https://review.tizen.org/gerrit/#/c/131359/ (elementary)
https://review.tizen.org/gerrit/#/c/131511/ (this one, at-spi2-atk)
https://review.tizen.org/gerrit/#/c/131714/ (screen-reader)

Change-Id: I6e5b64c5e7d6a3c448f9b108dc5b36bc824621c7
atk-adaptor/adaptors/accessible-adaptor.c
atk-adaptor/introspection.c