]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-path.h
man/systemd-sysext: list ephemeral/ephemeral-import in the list of options
[thirdparty/systemd.git] / src / core / dbus-path.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "sd-bus-vtable.h"
5
6 #include "core-forward.h"
7
8 extern const sd_bus_vtable bus_path_vtable[];
9
10 int bus_path_set_property(Unit *u, const char *name, sd_bus_message *i, UnitWriteFlags flags, sd_bus_error *error);