2004-05-29 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Sun, 30 May 2004 02:26:48 +0000 (02:26 +0000)
committerSeth Nickell <seth@gnome.org>
Sun, 30 May 2004 02:26:48 +0000 (02:26 +0000)
commit2e8a06bb8fa49b5b2163450654819fd26593cee4
treeaef4b90be3fe167330881d07c42ed7b9e1e41e4f
parent5d6113aaa0595a8eb7f3263c5679b2bd069f95ba
2004-05-29  Seth Nickell  <seth@gnome.org>

* python/dbus.py:

Add ObjectTree class which allows implementation
of trees of "virtual" objects. Basically the python
wrapper for "register_fallback".

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

Implement a simple GConf proxy service that supports
get/set on string and int GConf keys using the ObjectTree.
ChangeLog
python/dbus.py
python/examples/Makefile.am
python/examples/gconf-proxy-client.py [new file with mode: 0644]
python/examples/gconf-proxy-service.py [new file with mode: 0644]