summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-22 01:14:57 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-22 01:42:15 +0100
commitf00c31213a2e521680c2381ef231f05e30c874a7 (patch)
treea0eb712c597e646c5149441bc301942f9d5fd386 /TODO
parent969987ea93a7fdcd2c87b551eb0adf0bd9338b32 (diff)
bus: also add error parameter to object find and enumerator callbacks
Just in order to bring things inline with the method and property callbacks.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6805fd6d1f..8acc879667 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@ CGroup Rework Completion:
Features:
+* bus: translate all EIO, EINVAL, .. errors into dbus error 1:1 and back.
+
* add API to clone sd_bus_message objects
* sd-bus: synthesized messages should get serial number (uint32_t) -1