summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/TODO b/doc/TODO
index 2ef7fdef..d3ece326 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -21,21 +21,6 @@ Important for 1.0
- just before 1.0, try a HAVE_INT64=0 build and be sure it runs
- - fix locking on DBusPendingCall
-
- - dbus_connection_open() is like dbus_bus_get() in that it returns a shared
- connection; it needs the corresponding fix to hold a strong reference to
- these connections.
-
- - _dbus_bus_check_connection_and_unref does not do proper locking and
- doesn't handle all the shared connections, e.g. DBUS_BUS_STARTER
-
- - for both the dbus-bus.c shared connections and dbus_connection_open()
- shared connections, it is probably appropriate to warn() if someone
- calls close() on them ; essentially shared connections are not closeable
- because it's unclear who would do the closing and when, short of
- dbus_shutdown()
-
Important for 1.0 GLib Bindings
===