From 5ce97e6f22fd25279793fbc75211d2e86413ae73 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 22 Jan 2008 17:03:46 -0500 Subject: initial stop/restart support Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization. --- doc/spec/ck-manager.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/spec') diff --git a/doc/spec/ck-manager.xml b/doc/spec/ck-manager.xml index 077782f..acc065b 100644 --- a/doc/spec/ck-manager.xml +++ b/doc/spec/ck-manager.xml @@ -4,6 +4,24 @@ > + + + + + This method initiates a request to restart (ie. reboot) the computer system. + + + + + + + + + This method initiates a request to stop (ie. shutdown) the computer system. + + + + -- cgit