diff options
| author | William Jon McCann <jmccann@redhat.com> | 2008-05-05 14:20:25 -0400 |
|---|---|---|
| committer | William Jon McCann <jmccann@redhat.com> | 2008-05-05 14:20:25 -0400 |
| commit | 844de7d4b6d29d57a5425dcc7d0d3f6d4b005311 (patch) | |
| tree | d59bf3cacfaac9630ec534c64a94cd8bef31f9f4 /src/ck-session.xml | |
| parent | 8ec523138671a8fe93748a0b75adaaca96e2392e (diff) | |
export login session id to the bus
Diffstat (limited to 'src/ck-session.xml')
| -rw-r--r-- | src/ck-session.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ck-session.xml b/src/ck-session.xml index 5fc85d0..b42f30b 100644 --- a/src/ck-session.xml +++ b/src/ck-session.xml @@ -7,6 +7,9 @@ <method name="GetSeatId"> <arg name="sid" direction="out" type="o"/> </method> + <method name="GetLoginSessionId"> + <arg name="lsid" direction="out" type="s"/> + </method> <method name="GetSessionType"> <arg name="type" direction="out" type="s"/> </method> |
