summaryrefslogtreecommitdiff
path: root/daemon/gdm-slave.xml
blob: 547c44e95e08feb949e7c96894e9cca5e5e2cf56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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.DisplayManager.Slave">
    <method name="OpenSession">
      <arg name="pid_of_caller" type="i" direction="in" />
      <arg name="uid_of_caller" type="i" direction="in" />
      <arg name="address" type="s" direction="out" />
    </method>

    <method name="OpenReauthenticationChannel">
      <arg name="username" type="s" direction="in" />
      <arg name="pid_of_caller" type="i" direction="in" />
      <arg name="uid_of_caller" type="i" direction="in" />
      <arg name="address" type="s" direction="out" />
    </method>

    <property name="session_id" type="s" access="read"/>•
  </interface>•
</node>