summaryrefslogtreecommitdiffstats
path: root/gnome-session/org.gnome.SessionManager.Client.xml
blob: cf7476acca4d61945c234356af4107dcf7e691fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="org.gnome.SessionManager.Client">
    <method name="GetAppId">
      <arg type="s" name="app_id" direction="out">
        <doc:doc>
          <doc:summary>The identifier for the associated application</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the application ID associated with this client.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetStartupId">
      <arg type="s" name="startup_id" direction="out">
        <doc:doc>
          <doc:summary>The startup identifier</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the startup ID associated with this client.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetRestartStyleHint">
      <arg type="u" name="hint" direction="out">
        <doc:doc>
          <doc:summary>The restart style hint</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the restart style hint for this client.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetUnixProcessId">
      <arg type="u" name="pid" direction="out">
        <doc:doc>
          <doc:summary>The Unix process identifier</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the Unix process identifier for this client.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetStatus">
      <arg type="u" name="status" direction="out">
        <doc:doc>
          <doc:summary>The client status</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the status of this client.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="Stop">
      <doc:doc>
        <doc:description>
          <doc:para>Initiate a request to terminate this application via XSMP.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
  </interface>
</node>