Support many at-spi clients 76/132376/2
authorPaweł Stawicki <p.stawicki@partner.samsung.com>
Tue, 9 May 2017 14:38:59 +0000 (16:38 +0200)
committerPaweł Stawicki <p.stawicki@partner.samsung.com>
Mon, 5 Jun 2017 14:17:59 +0000 (16:17 +0200)
commit72f9224d6ec1d5d968915fd681b6af905ea267ad
treec8d92ed7fbea5352b6d6914748ff52ce655a1ce7
parent67b77c5a624ccab97c840e689fed4dfcb46e0aa1
Support many at-spi clients

Commit allows many clients to enable the at-spi2 bus by
setting the org.a11y.Status.IsEnabled property to true.

Commit assumption:
  clients have to maintain an open connection to the session dbus
  after setting the org.a11y.Status.IsEnabled property,
  last closed connection will disable the at-spi2 bus.

Commit requires: https://review.tizen.org/gerrit/#/c/132375/
                 https://review.tizen.org/gerrit/#/c/132480/

Change-Id: If3fabab59fa01f6ab7913fc6bad8df70ed134bee
bus/at-spi-bus-launcher.c
test/Makefile.am
test/at_spi2_tool.c