diff options
author | Havoc Pennington <hp@redhat.com> | 2003-09-22 03:11:12 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-09-22 03:11:12 +0000 |
commit | c9332907b035b52103c5569119d0a7c9fbcb76ac (patch) | |
tree | 81a1da4fc3babbf73204e085026a6e9400c5556b /doc/TODO | |
parent | 25cb861980003f81eade8707bfa1a61c9ece1779 (diff) | |
download | dbus-c9332907b035b52103c5569119d0a7c9fbcb76ac.tar.gz |
2003-09-21 Havoc Pennington <hp@pobox.com>
* glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
implementing the proxy manager, didn't get very far.
* dbus/dbus-bus.c (dbus_bus_add_match): new
(dbus_bus_remove_match): new
* glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
path_name argument; adjust the other not-yet-implemented
gproxy constructors to be what I think they should be.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,3 +92,6 @@ - Header fields names are required to be aligned on a 4 byte boundary at the moment. No alignment should be neccessary. + + - dbus_gproxy or dbus_g_proxy? + |