From 1b08036103a70159e7a67b2349306710edcd6654 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 4 Apr 2003 00:39:22 +0000 Subject: 2003-04-03 Havoc Pennington * bus/loop.h, bus/loop.c: make the mainloop an object so we can have multiple ones * bus/*.[hc]: adapt to mainloop change --- doc/TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index f6c539dd..c4e3e830 100644 --- a/doc/TODO +++ b/doc/TODO @@ -59,3 +59,9 @@ to return an error that automatically gets turned into a message; most likely some basic spec'ing out of the GLib/Qt level stubs/skels stuff will be needed to understand the right approach. + + - sync up DBusWatch and DBusTimeout so that handle_watch() is a method on DBusWatch + similar to the way timeouts work + + - there are various bits of code to manage ref/unref of data slots, that should + be merged into a generic facility -- cgit