summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-03-13 13:50:58 -0400
committerWilliam Jon McCann <mccann@jhu.edu>2007-03-13 13:50:58 -0400
commit0f1d6b3b234a1f8d8c6b9dff38388ab58f695b64 (patch)
tree20233bd1ae56b5bd0b9a3434f37266e1a0d76f40 /src/ck-manager.xml
parent921b5e02edf59117b64385edbe4d191819d90abd (diff)
deprecate the user properties and add unix-user properties
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
Diffstat (limited to 'src/ck-manager.xml')
-rw-r--r--src/ck-manager.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ck-manager.xml b/src/ck-manager.xml
index 5dc9213..f40d6d5 100644
--- a/src/ck-manager.xml
+++ b/src/ck-manager.xml
@@ -32,6 +32,11 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="ssid" direction="out" type="o"/>
</method>
+ <method name="GetSessionsForUnixUser">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="uid" direction="in" type="u"/>
+ <arg name="sessions" direction="out" type="ao"/>
+ </method>
<method name="GetSessionsForUser">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="uid" direction="in" type="u"/>