summaryrefslogtreecommitdiffstats
path: root/python/examples/list-system-services.py
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-29 Seth Nickell <seth@gnome.org>Seth Nickell2004-05-291-1/+1
| | | | | | | | | | | * 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.
* * configure.in:Seth Nickell2004-05-281-0/+24
* python/Makefile.am: Include the example python apps in the tarball. * python/examples/list-system-services.py Add a python new example that fetches the list of services from the system bus.