summaryrefslogtreecommitdiff
path: root/test/test-server.py
Commit message (Collapse)AuthorAgeFilesLines
* Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-11/+13
| | | | | | By either appending to a list of callbacks, or subclassing and providing a method, you can be notified when connections are added or removed. Inspired by the DBusServer patch from Huang Peng.
* test-server: import Connection from the right placeSimon McVittie2008-07-141-2/+2
|
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+74