summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-02-20 14:45:40 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2007-02-20 14:45:40 -0500
commiteb9361c9b0b05c3bd51de7325c3327db79431fc9 (patch)
tree602343f318da4eb573fd2d5f4b2bb1d3e4f48cc9 /src/ck-manager.xml
parentef89bbdb1be20fbca2a83037fcc922b444b7b513 (diff)
add a system-idle-hint and system-idle-since-hint
The system idle hint is TRUE when there are no busy (ie non-idle) sessions. So the system is idle when there are no sessions or all sessions are idle.
Diffstat (limited to 'src/ck-manager.xml')
-rw-r--r--src/ck-manager.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ck-manager.xml b/src/ck-manager.xml
index 8512046..6eadd11 100644
--- a/src/ck-manager.xml
+++ b/src/ck-manager.xml
@@ -42,7 +42,15 @@
<arg name="sessions" direction="out" type="ao"/>
</method>
+ <method name="GetSystemIdleHint">
+ <arg name="idle_hint" type="b" direction="out"/>
+ </method>
+ <method name="GetSystemIdleSinceHint">
+ <arg name="iso8601_datetime" type="s" direction="out"/>
+ </method>
+
<signal name="SeatAdded"/>
<signal name="SeatRemoved"/>
+ <signal name="SystemIdleHintChanged"/>
</interface>
</node>