diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-22 01:14:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-22 01:42:15 +0100 |
commit | f00c31213a2e521680c2381ef231f05e30c874a7 (patch) | |
tree | a0eb712c597e646c5149441bc301942f9d5fd386 /TODO | |
parent | 969987ea93a7fdcd2c87b551eb0adf0bd9338b32 (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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |