summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-11-01 18:24:32 +0000
committerHavoc Pennington <hp@redhat.com>2003-11-01 18:24:32 +0000
commitd8beff11cde324e45b6421a815c314d625bc9c5e (patch)
tree6afad55338f963efe4ebe910a25ed45f426e97f9 /doc/TODO
parent86351a1e3a6584dadaf001e24d10bf957cdef642 (diff)
2003-11-01 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.xml: add state machine docs on the auth protocol; just a first draft, I'm sure it's wrong.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
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,