From b459906a7a6519c034f5882c472f0c945371dfc6 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 17 Jul 2006 17:44:07 +0000 Subject: * doc/TODO: * dbus/dbus-bus.c: * dbus-errors.c: * dbus/dbus-marshal-validate.c: Removed TODO items which were fixed or are no longer relevent --- dbus/dbus-bus.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dbus/dbus-bus.c') diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c index 273fe5fe..2c14ea81 100644 --- a/dbus/dbus-bus.c +++ b/dbus/dbus-bus.c @@ -430,8 +430,6 @@ internal_bus_get (DBusBusType type, * connection to the bus already exists, then that connection is * returned. Caller owns a reference to the bus. * - * @todo alex thinks we should nullify the connection when we get a disconnect-message. - * * @param type bus type * @param error address where an error can be returned. * @returns a DBusConnection with new ref @@ -722,10 +720,6 @@ dbus_bus_get_unix_user (DBusConnection *connection, * (last-started-wins) or be queued up (first-started-wins) according * to whether #DBUS_NAME_FLAG_ALLOW_REPLACEMENT was given. * - * @todo this all seems sort of broken. Shouldn't the flags be a property - * of the name, not the app requesting the name? What are the use-cases - * other than the "text editor" thing and how are we supporting them? - * * @param connection the connection * @param name the name to request * @param flags flags -- cgit