From e7176abbe818c75c6acd90227a7a84c3e05fee31 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 3 Dec 2013 18:01:26 +0100 Subject: bus: make sd_bus_request_name() and sd_bus_release_name() behave more like other calls Instead of returning an enum of return codes, make them return error codes like kdbus does internally. Also, document this behaviour so that clients can stick to it. (Also rework bus-control.c to always have to functions for dbus1 vs. kernel implementation of the various calls.) --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 6773604c3d..39c38dd7e4 100644 --- a/TODO +++ b/TODO @@ -130,6 +130,7 @@ Features: - longer term: * priority queues * priority inheritance + - sort out error codes for sd_bus_release_name() * sd-event - allow multiple signal handlers per signal -- cgit v1.2.3-54-g00ecf