From d8beff11cde324e45b6421a815c314d625bc9c5e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 1 Nov 2003 18:24:32 +0000 Subject: 2003-11-01 Havoc Pennington * doc/dbus-specification.xml: add state machine docs on the auth protocol; just a first draft, I'm sure it's wrong. --- doc/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index de77933a..6c56f9b6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -102,7 +102,9 @@ dbus_message_get_args() which takes a DBusError. Probably we need to either fully encapsulate and hide dbus/dbus.h, or encapsulate it slightly less e.g. no - GError. + GError. Or maybe it's as simple as "never return dbus_malloc() + memory" and just fully encapsulate the get_args() type of + stuff. - need to define bus behavior if you send a message to yourself; is it an error, or allowed? If allowed, -- cgit