2008-08-27 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Wed, 27 Aug 2008 16:39:29 +0000 (17:39 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Wed, 27 Aug 2008 16:39:29 +0000 (17:39 +0100)
commit078d31f58fa040427da291917ea12d2f885614f1
treecc41dd721b9861b26138c6313f1458d29989c91b
parentf614119056169f16d61e0ed46d17ae62ffc643cc
2008-08-27 Mark Doffman <mark.doffman@codethink.co.uk>
* atk-adaptor/bridge.c
Print out unique D-Bus name.

* pyatspi/accessible.py
Make all d-bus methods use org.freedesktop.atspi.Accessibility
interfaces, rather than the one stored as attribute of Interface
class. This fixes bug where method was not found calling Accessible
methods on the Application interface.

* pyatspi/event.py
Add marshalling for AT-SPI events.
atk-adaptor/bridge.c
pyatspi/accessible.py
pyatspi/event.py