patch to TODO
Matthew Johnson
dbus at matthew.ath.cx
Wed Feb 15 14:19:48 PST 2006
The attached patched adds some things I think should be on the TODO list
for 1.0
Matt
--
Matthew Johnson
http://www.matthew.ath.cx/
-------------- next part --------------
--- TODO.orig 2006-02-15 22:03:54.470228816 +0000
+++ TODO 2006-02-15 22:19:13.818466640 +0000
@@ -1,13 +1,21 @@
Important for 1.0
===
+ - Update spec with correct org.freedesktop.DBus interface (RemoveMatch,
+ ListQueuedOwners, GetConnectionUnixProcessID & ReloadConfig missing)
+
+ - Update spec with list of error message names (none currently)
+
+ - Standardise error messages for bindings and programs
+
+ - Split out bindings and import other bindings to freedesktop CVS
+
- add a new return code from dbus_connection_dispatch() called
IN_PROGRESS or RECURSED or something, indicating that DATA_REMAINS
but another dispatch is in progress, so we can't dispatch at
this time. Fixes the recursive deadlock. See the @todo for more
and this thread: http://lists.freedesktop.org/archives/dbus/2006-February/004128.html
-
- Remove all deprecated functions
- Audit @todo and FIXME for security issues
More information about the dbus
mailing list