1SD-BUS(3) sd-bus SD-BUS(3)
2
3
4
6 sd-bus - A lightweight D-Bus IPC client library
7
9 #include <systemd/sd-bus.h>
10
11 pkg-config --cflags --libs libsystemd
12
14 sd-bus.h provides an implementation of a D-Bus IPC client. See
15 https://www.freedesktop.org/software/dbus/ for more information about
16 D-Bus IPC.
17
18 See sd-bus-errors(3), sd_bus_creds_get_pid(3),
19 sd_bus_creds_new_from_pid(3), sd_bus_default(3), sd_bus_error(3),
20 sd_bus_error_add_map(3), sd_bus_get_name_creds(3),
21 sd_bus_get_owner_creds(3), sd_bus_message_append(3),
22 sd_bus_message_append_array(3), sd_bus_message_append_basic(3),
23 sd_bus_message_append_string_memfd(3), sd_bus_message_append_strv(3),
24 sd_bus_message_can_send(3), sd_bus_message_get_cookie(3),
25 sd_bus_message_get_monotonic_usec(3), sd_bus_negotiate_fds(3),
26 sd_bus_new(3), sd_bus_path_encode(3), sd_bus_request_name(3),
27 sd_bus_send(3), sd_bus_set_address(3),
28 sd_bus_set_allow_interactive_authorization(3)
29 sd_bus_set_description(3), sd_bus_set_prepare(3), sd_bus_start(3),
30 sd_bus_track_add_name(3), sd_bus_track_new(3), for more information
31 about the functions available.
32
34 These APIs are implemented as a shared library, which can be compiled
35 and linked to with the libsystemd pkg-config(1) file.
36
38 systemd(1), sd-event(3), busctl(1), dbus-daemon(1), dbus-send(1)
39
40
41
42systemd 239 SD-BUS(3)