chiark / gitweb /
man: document /etc/os-release
[elogind.git] / src / systemd-interfaces.vala
index b7229cea27455309ececd6ed79eaaefffcfadf20..1d202e0314cbc901bfe02f9deffa6a1517f8ed26 100644 (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;