diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-02 15:28:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-02 15:29:40 +0100 |
commit | 6717d473506800363af9d2bafbf263ee054e856d (patch) | |
tree | c25bf710e766bebf53d62303e7e52412de9dddde /TODO | |
parent | 99f37ad86e114b2d1c9eaedf2bc1a0004a265d26 (diff) |
bus: when replying to an incoming message and the vtable contains the expected return signature generate an error if the response message doesn't match it
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ Features: - implement monitor logic - properly map matches with well-known names against messages with unique names - when triggering property change events, allow a NULL strv indicate that all properties listed as such are send out as changed - - enforce signatures on response messages - see if we can drop more message validation on the sending side - support "const" properties as flag - add API to clone sd_bus_message objects |