]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-scope.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / core / dbus-scope.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
6c12b52e
LP
2#pragma once
3
4/***
5 This file is part of systemd.
6
7 Copyright 2013 Lennart Poettering
6c12b52e
LP
8***/
9
718db961 10#include "sd-bus.h"
71d35b6b 11
6c12b52e
LP
12#include "unit.h"
13
718db961 14extern const sd_bus_vtable bus_scope_vtable[];
6c12b52e 15
2e59b241 16int bus_scope_set_property(Unit *u, const char *name, sd_bus_message *i, UnitWriteFlags flags, sd_bus_error *error);
6c12b52e 17int bus_scope_commit_properties(Unit *u);
2d4a39e7
LP
18
19int bus_scope_send_request_stop(Scope *s);
371c0b79
LP
20
21int bus_scope_track_controller(Scope *s);