summaryrefslogtreecommitdiffstats
path: root/src/ck-session.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-02-20 14:43:27 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2007-02-20 14:43:27 -0500
commitef89bbdb1be20fbca2a83037fcc922b444b7b513 (patch)
treeb2e49cc8649d4ec9c7eda19e0b02292ca8a4044b /src/ck-session.xml
parent10a6532e35f4e40135006329a6975942ee896817 (diff)
make the idle hint getters sync dbus methods
This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal.
Diffstat (limited to 'src/ck-session.xml')
-rw-r--r--src/ck-session.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ck-session.xml b/src/ck-session.xml
index fa6213a..71ba983 100644
--- a/src/ck-session.xml
+++ b/src/ck-session.xml
@@ -45,11 +45,9 @@
</method>
<method name="GetIdleHint">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="idle_hint" type="b" direction="out"/>
</method>
<method name="GetIdleSinceHint">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="iso8601_datetime" type="s" direction="out"/>
</method>
<method name="SetIdleHint">