File: org.gnome.SessionManager.xml

package info (click to toggle)
gnome-panel 3.58.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,616 kB
  • sloc: ansic: 74,929; sh: 5,496; xml: 2,760; makefile: 1,368; sed: 39; python: 3
file content (19 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
  <interface name="org.gnome.SessionManager">
    <annotation name="org.gtk.GDBus.C.Name" value="SessionManagerGen" />

    <method name="Shutdown" />

    <method name="CanShutdown">
      <arg name="is_available" direction="out" type="b" />
    </method>

    <method name="Logout">
      <arg name="mode" type="u" direction="in" />
    </method>

  </interface>
</node>