~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to ksmserver/org.kde.KSMServerInterface.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
<node>
 
3
  <interface name="org.kde.KSMServerInterface">
 
4
    <method name="logout">
 
5
      <arg type="i" direction="in"/>
 
6
      <arg type="i" direction="in"/>
 
7
      <arg type="i" direction="in"/>
 
8
    </method>
 
9
    <method name="sessionList">
 
10
      <arg type="as" direction="out"/>
 
11
    </method>
 
12
    <method name="currentSession">
 
13
      <arg type="s" direction="out"/>
 
14
    </method>
 
15
    <method name="saveCurrentSession">
 
16
    </method>
 
17
    <method name="saveCurrentSessionAs">
 
18
      <arg type="s" direction="in"/>
 
19
    </method>
 
20
    <method name="suspendStartup">
 
21
      <arg type="s" direction="in"/>
 
22
    </method>
 
23
    <method name="resumeStartup">
 
24
      <arg type="s" direction="in"/>
 
25
    </method>
 
26
  </interface>
 
27
</node>