summaryrefslogtreecommitdiffstats
path: root/gnome-session/org.gnome.SessionManager.Inhibitor.xml
blob: 342d2a841605d9681e49c7954420862b1b936fad (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
<?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.Inhibitor">
    <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 inhibit.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetClientId">
      <arg type="o" name="client_id" direction="out">
        <doc:doc>
          <doc:summary>The object path of the associated client</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the client object path associated with this inhibit.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetReason">
      <arg type="s" name="reason" direction="out">
        <doc:doc>
          <doc:summary>The reason for the inhibit</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the reason for the inhibit</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetFlags">
      <arg type="u" name="flags" direction="out">
        <doc:doc>
          <doc:summary>The flags that determine the scope of the inhibit</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the flags that determine the scope of the inhibit</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetToplevelXid">
      <arg type="u" name="xid" direction="out">
        <doc:doc>
          <doc:summary>X11 toplevel window identifier associated with this inhibit.  Zero if not set.</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the X11 toplevel window identifier associated with this inhibit.  Zero if not set.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
  </interface>
</node>