dbus ChangeLog,1.505,1.506
Seth Nickell
seth at pdx.freedesktop.org
Sat May 29 19:26:50 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv28412
Modified Files:
ChangeLog
Log Message:
2004-05-29 Seth Nickell <seth at 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.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -d -r1.505 -r1.506
--- a/ChangeLog 29 May 2004 22:37:13 -0000 1.505
+++ b/ChangeLog 30 May 2004 02:26:48 -0000 1.506
@@ -1,6 +1,21 @@
2004-05-29 Seth Nickell <seth at 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.
+
+2004-05-29 Seth Nickell <seth at gnome.org>
+
+ * python/dbus.py:
* python/examples/example-client.py:
* python/examples/example-service.py:
* python/examples/list-system-services.py:
More information about the dbus-commit
mailing list