elm_atspi_bridge: add bounds-changed signal sending code.
authorShilpa Singh <shilpa.singh@samsung.com>
Mon, 27 Jun 2016 18:30:01 +0000 (11:30 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Mon, 27 Jun 2016 18:30:04 +0000 (11:30 -0700)
commitd9889062d89bc8a7e4c58ec91dd0ba30eb271524
tree99bb288c6f097b689b9186bdfd40d13a9745f8dc
parent8a988717e18c4e9e6d4a0752441471a124056878
elm_atspi_bridge: add bounds-changed signal sending code.

Summary:
Add bounds-changed signal, this signal can be sent on geometry change
of any evas object when atspi mode is enabled.

Test Plan:
connect to "object:bounds-changed" signal on screen-reader.
when signal BoundsChanged is emitted from elm using elm_interface_atspi_accessible_bounds_changed_signal_emit, the signal should be received
and we should be able to access geometry.

Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Reviewers: cedric, lukasz.stanislawski, kimcinoo

Subscribers: govi, rajeshps, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4100

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/elementary/elm_atspi_bridge.c
src/lib/elementary/elm_interface_atspi_accessible.eo
src/lib/elementary/elm_interface_atspi_accessible.h