diff options
author | Havoc Pennington <hp@redhat.com> | 2003-11-01 18:24:32 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-11-01 18:24:32 +0000 |
commit | d8beff11cde324e45b6421a815c314d625bc9c5e (patch) | |
tree | 6afad55338f963efe4ebe910a25ed45f426e97f9 /doc/TODO | |
parent | 86351a1e3a6584dadaf001e24d10bf957cdef642 (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/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |