From 6c41cf445912c12e14b1e94414a0fce1fa060ac2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Feb 2021 00:20:10 +0100 Subject: sd-bus: simplify sd_bus_reply() there's no point in having two arguments, if one does as well. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fb0c096462..3ee2381191 100644 --- a/NEWS +++ b/NEWS @@ -123,8 +123,9 @@ CHANGES WITH 248: systemctl --user -M lennart@ start quux - * sd-bus also gained a convenience function sd_bus_reply() to call - sd_bus_send() with an existing reply message. + * sd-bus also gained a convenience function sd_bus_message_send() to + simplify invocations of sd_bus_send(), taking only a single + parameter: the message to send. * sd-event allows rate limits to be set on event sources, for dealing with high-priority event sources that might starve out others. See -- cgit v1.2.1