summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-19 00:20:10 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-02-20 13:44:02 +0900
commit6c41cf445912c12e14b1e94414a0fce1fa060ac2 (patch)
tree59411b2c84b2b8ee2036f94e3538c07d2f8f453d /NEWS
parentfa98c99ea7f7c5bec3962fa52f4d3496a9777024 (diff)
downloadsystemd-6c41cf445912c12e14b1e94414a0fce1fa060ac2.tar.gz
sd-bus: simplify sd_bus_reply()
there's no point in having two arguments, if one does as well.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
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