File: org.gnome.SessionManager.xml

package info (click to toggle)
gnome-flashback 3.58.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 12,428 kB
  • sloc: ansic: 109,663; sh: 5,515; makefile: 1,794; xml: 1,010; sed: 39
file content (30 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (5)
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
<?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="Setenv">
      <arg name="variable" direction="in" type="s" />
      <arg name="value" direction="in" type="s" />
    </method>

    <method name="RegisterClient">
      <arg name="app_id" direction="in" type="s" />
      <arg name="client_startup_id" direction="in" type="s" />
      <arg name="client_id" direction="out" type="o" />
    </method>

    <method name="UnregisterClient">
      <arg name="client_id" direction="in" type="o" />
    </method>

    <method name="IsSessionRunning">
      <arg name="running" direction="out" type="b" />
    </method>

    <property name="InhibitedActions" type="u" access="read" />

  </interface>
</node>