summaryrefslogtreecommitdiff
path: root/dbus/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-171-1/+1
|
* Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-4/+44
| | | | | | 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.
* dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie2008-07-141-0/+17
|
* Fix *another* thinko in dbus.serverSimon McVittie2008-07-141-1/+1
|
* Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie2008-07-141-0/+2
|
* Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-141-1/+1
|
* DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-141-0/+20
|
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+38