summaryrefslogtreecommitdiffstats
path: root/gnome-session/org.gnome.SessionManager.App.xml
blob: 9f6e1b3095c67b6b395e5468fe64ecb6cd99344c (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
<?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.App">
    <method name="GetAppId">
      <arg type="s" name="app_id" direction="out">
        <doc:doc>
          <doc:summary>The identifier for the application</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the application ID.</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 application.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetPhase">
      <arg type="u" name="phase" direction="out">
        <doc:doc>
          <doc:summary>The application startup phase</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the startup phase of this application.</doc:para>
        </doc:description>
      </doc:doc>
    </method>

  </interface>
</node>