enable peer to peer comunication for at-spi2
authorTrevor Saunders <trev.saunders@gmail.com>
Sat, 31 Jul 2010 05:08:37 +0000 (01:08 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 31 Aug 2010 01:10:12 +0000 (21:10 -0400)
commit04e3cb2489a765fee0e24f92f9ba2048f81edf81
treeeb50225e7dafd2c8a37ad228b6499250406e9909
parent1b61976a56a7d9aad404f8c63ae454e3bb5982fe
 enable peer to peer comunication for at-spi2

Each application will setup a dbus server listening on a unix socket in
/tmp/at-spi2/xxxxxx.  A getApplicationBusAddress method is added to
atk-adaptors/adaptors/application-adaptor.c so that clients of at-spi2
can get the address of the socket on which to contact the application
server.  This method returns a string which is a dbus address so it can
be passed directly to dbus_connection_open.
atk-adaptor/adaptors/application-adaptor.c
atk-adaptor/bridge.c
atk-adaptor/bridge.h