From c9332907b035b52103c5569119d0a7c9fbcb76ac Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 22 Sep 2003 03:11:12 +0000 Subject: 2003-09-21 Havoc Pennington * 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. --- doc/TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 81862331..1935ff9f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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? + -- cgit