From 2e8a06bb8fa49b5b2163450654819fd26593cee4 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Sun, 30 May 2004 02:26:48 +0000 Subject: 2004-05-29 Seth Nickell * 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. --- python/examples/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/examples/Makefile.am') diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am index 743c520e..8eab412e 100644 --- a/python/examples/Makefile.am +++ b/python/examples/Makefile.am @@ -4,6 +4,8 @@ EXTRA_DIST = \ example-service.py \ example-client.py \ example-signal.py \ + gconf-proxy-client.py \ + gconf-proxy-service.py \ list-system-services.py \ $(NULL) -- cgit