atspi: add atspi bridge ready event 67/259367/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 4 Jun 2021 11:20:00 +0000 (20:20 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 7 Jun 2021 04:27:56 +0000 (04:27 +0000)
commitcac6b003ac46eeccaea3d7c3d15f399c25b9558e
tree219cd0da7eb4a92216ec306196984907c244f30b
parent77594460247b8069ac701f0002162e20a30ead67
atspi: add atspi bridge ready event

Summary:
calling elm_init does not guarantee of readiness of atspi bridge
even though elm_init is calling _elm_atspi_bridge_init.
widget or user could want to know when the atspi bridge is ready.

Reviewers: Hermet, jsuya, herb

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

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

Change-Id: I75f1f45851ec51af07d3f9ba68d69019160ed721
src/lib/elementary/elm_atspi_bridge.c
src/lib/elementary/elm_general.h
src/lib/elementary/elm_main.c