summaryrefslogtreecommitdiffstats
path: root/src/ck-session.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-02-20 12:07:29 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2007-02-20 12:07:29 -0500
commit10a6532e35f4e40135006329a6975942ee896817 (patch)
tree83eb9dfc65ad6e6f9ebe59a85d00d9150e54d143 /src/ck-session.xml
parent7f7124d4f7583347043b271472e570614d975f35 (diff)
rename idle methods and signal to indicate they are hints
Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
Diffstat (limited to 'src/ck-session.xml')
-rw-r--r--src/ck-session.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ck-session.xml b/src/ck-session.xml
index e1102fb..fa6213a 100644
--- a/src/ck-session.xml
+++ b/src/ck-session.xml
@@ -44,24 +44,24 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
</method>
- <method name="GetIdle">
+ <method name="GetIdleHint">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <arg name="idle" type="b" direction="out"/>
+ <arg name="idle_hint" type="b" direction="out"/>
</method>
- <method name="GetIdleSince">
+ <method name="GetIdleSinceHint">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="iso8601_datetime" type="s" direction="out"/>
</method>
- <method name="SetIdle">
+ <method name="SetIdleHint">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <arg name="idle" type="b" direction="in"/>
+ <arg name="idle_hint" type="b" direction="in"/>
</method>
<signal name="ActiveChanged"/>
<signal name="Lock"/>
<signal name="Unlock"/>
- <signal name="IdleChanged"/>
+ <signal name="IdleHintChanged"/>
</interface>
</node>