diff options
Diffstat (limited to 'src/ck-session.xml')
-rw-r--r-- | src/ck-session.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ck-session.xml b/src/ck-session.xml index f3faae1..e1102fb 100644 --- a/src/ck-session.xml +++ b/src/ck-session.xml @@ -30,6 +30,9 @@ <method name="IsLocal"> <arg name="local" direction="out" type="b"/> </method> + <method name="GetCreationTime"> + <arg name="iso8601_datetime" type="s" direction="out"/> + </method> <method name="Activate"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> @@ -45,6 +48,10 @@ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="idle" type="b" direction="out"/> </method> + <method name="GetIdleSince"> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <arg name="iso8601_datetime" type="s" direction="out"/> + </method> <method name="SetIdle"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="idle" type="b" direction="in"/> |