vala: register new D-Bus calls

This commit is contained in:
Fabiano Fidencio 2010-10-14 00:56:50 +02:00 committed by Lennart Poettering
parent 20b09ca7fd
commit bec9996d6a

View file

@ -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;