]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-scope.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / core / dbus-scope.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
6c12b52e
LP
2#pragma once
3
4/***
6c12b52e 5 Copyright 2013 Lennart Poettering
6c12b52e
LP
6***/
7
718db961 8#include "sd-bus.h"
19e69a9c 9#include "sd-bus-vtable.h"
71d35b6b 10
57b7a260 11#include "scope.h"
19e69a9c 12#include "unit.h"
6c12b52e 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);