2004-05-30 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Sun, 30 May 2004 08:20:58 +0000 (08:20 +0000)
committerSeth Nickell <seth@gnome.org>
Sun, 30 May 2004 08:20:58 +0000 (08:20 +0000)
commitd027c9937534e3f49564e9c30c37421f8138c562
tree93648dbb47c79b4308c255d8e04e303eafc7bcd5
parent7dc64ab60a704755551c47f3c5c3bf219badae68
2004-05-30  Seth Nickell  <seth@gnome.org>

* python/dbus.py:

Add a nicer-but-less-flexible alternate API for handling
calls to virtual objects in dbus.ObjectTree.

Screw up the argument order to the dbus.Object constructor
for consistency with dbus.ObjectTree (and to make dbus_methods
optional for future extension)

* python/examples/Makefile.am:
* python/examples/gconf-proxy-service.py:
* python/examples/gconf-proxy-service2.py:

Alternate implementation of gconf-proxy-service using the
nicer dbus.ObjectTree API.

* python/examples/example-service.py:
* python/tests/test-server.py

Reverse the argument order to deal with dbus.Object constructor
changes.
ChangeLog
python/dbus.py
python/examples/Makefile.am
python/examples/example-service.py
python/examples/gconf-proxy-service.py
python/examples/gconf-proxy-service2.py [new file with mode: 0644]
python/tests/test-server.py