From 6fc53eb13073722f6f44d0af869c7ff1eb3f206e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 31 Jan 2003 00:56:01 +0000 Subject: 2003-01-30 Havoc Pennington * dbus/dbus-server.c (dbus_server_listen): @todo about how we need a better way to report errors here. e.g. "unix address lacks path" or something. also "no such file" when the path doesn't exist, etc. * dbus/dbus-address.c (dbus_address_entries_free): add @todo about leaking list nodes (dbus_parse_address): add @todo about documenting address format, and allowing , and ; to be escaped --- dbus/dbus-transport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dbus/dbus-transport.c') diff --git a/dbus/dbus-transport.c b/dbus/dbus-transport.c index 8c923982..88a78dbf 100644 --- a/dbus/dbus-transport.c +++ b/dbus/dbus-transport.c @@ -184,7 +184,8 @@ _dbus_transport_finalize_base (DBusTransport *transport) * Opens a new transport for the given address. (This opens a * client-side-of-the-connection transport.) * - * @todo right now the address is just a Unix domain socket path. + * @todo error messages on bad address could really be better. + * DBusResultCode is a bit limiting here. * * @param address the address. * @param result location to store reason for failure. -- cgit