From eb83eb63b8074e352935b61867702e6a01270005 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 23 Jan 2021 15:16:57 +0000 Subject: sd-bus: Add sd_bus_reply() While sd-bus already provides sd_bus_call() for calling a method from a complete bus message object, We don't have an equivalent function for replying from a method with a complete bus message object. Currently, we use sd_bus_send(call->bus, m, NULL) instead. Let's add a shorthand for this pattern and name it sd_bus_reply(). --- man/sd-bus.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'man/sd-bus.xml') diff --git a/man/sd-bus.xml b/man/sd-bus.xml index 05fce44acf..bfe07e88ca 100644 --- a/man/sd-bus.xml +++ b/man/sd-bus.xml @@ -144,6 +144,7 @@ sd_bus_query_sender_privilege3, sd_bus_reply_method_return3, sd_bus_reply_method_error3, +sd_bus_reply3, sd_bus_request_name3, sd_bus_send3, sd_bus_send_to3, -- cgit v1.2.3