mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
vala: register new D-Bus calls
This commit is contained in:
parent
20b09ca7fd
commit
bec9996d6a
@ -74,6 +74,10 @@ public interface Manager : DBus.Object {
|
||||
public abstract void reload() throws DBus.Error;
|
||||
public abstract void reexecute() throws DBus.Error;
|
||||
public abstract void exit() throws DBus.Error;
|
||||
public abstract void halt() throws DBus.Error;
|
||||
public abstract void power_off() throws DBus.Error;
|
||||
public abstract void reboot() throws DBus.Error;
|
||||
public abstract void kexec() throws DBus.Error;
|
||||
|
||||
public abstract ObjectPath create_snapshot(string name = "", bool cleanup = false) throws DBus.Error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user