summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
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,