File: org.freedesktop.login1.Manager.xml

package info (click to toggle)
gnome-shell 49.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,680 kB
  • sloc: javascript: 75,051; ansic: 66,151; xml: 1,798; sh: 919; python: 666; makefile: 51
file content (37 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (3)
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
<node>
  <interface name="org.freedesktop.login1.Manager">
    <method name="Suspend">
      <arg type="b" direction="in"/>
    </method>
    <method name="CanSuspend">
      <arg type="s" direction="out"/>
    </method>
    <method name="Inhibit">
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="h" direction="out"/>
    </method>
    <method name="GetSession">
      <arg type="s" direction="in"/>
      <arg type="o" direction="out"/>
    </method>
    <method name="GetUser">
      <arg type="u" direction="in"/>
      <arg type="o" direction="out"/>
    </method>
    <method name="ListSessions">
      <arg name="sessions" type="a(susso)" direction="out"/>
    </method>
    <method name="CanRebootToBootLoaderMenu">
      <arg type="s" direction="out"/>
    </method>
    <method name="SetRebootToBootLoaderMenu">
      <arg type="t" direction="in"/>
    </method>
    <signal name="PrepareForSleep">
      <arg type="b" direction="out"/>
    </signal>
  </interface>
</node>