#include <systemd/sd-bus.h>
sd_bus_message_skip()
The types argument has the same meaning as in sd_bus_message_read(). It may also be NULL, to skip a single element of any type.
On success, sd_bus_message_skip() returns 0 or a positive integer. On failure, it returns a negative errno-style error code.
Returned errors may indicate the following problems:
-EINVAL
-EBADMSG
-EPERM
-ENXIO
-ENOMEM
These APIs are implemented as a shared library, which can be compiled and linked to with the libsystemd pkg-config(1) file.
systemd(1), sd-bus(3), sd_bus_message_read(3), sd_bus_message_read_basic(3)