summaryrefslogtreecommitdiffstats
path: root/python/dbus.py
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-29 Seth Nickell <seth@gnome.org>Seth Nickell2004-05-291-0/+19
| | | | | | | | | | | * python/dbus.py: * python/examples/example-client.py: * python/examples/example-service.py: * python/examples/list-system-services.py: Add SessionBus, SystemBus and ActivationBus classes so you don't need to know the special little BUS_TYPE flag.
* 2004-05-27 Seth Nickell <seth@gnome.org>Seth Nickell2004-05-281-2/+4
| | | | | | | | * python/dbus.py: * python/dbus_bindings.pyx.in: Fix failure to notify that a signal was not handled, resulted in hung functions.
* 2003-12-01 David Zeuthen <david@fubar.dk>David Zeuthen2003-12-011-2/+10
| | | | | | * python/dbus.py: Add the actual message when calling the reciever of a signal such that parameters can be inspected. Add the method remove_signal_receiver
* forgot to add files...Havoc Pennington2003-09-301-0/+267