summaryrefslogtreecommitdiff
path: root/daemon/gdm-manager.xml
blob: d3bb3b2e30ab7ed81171d9c8fcc8ef5d386c549f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/gnome/DisplayManager/Manager">
  <interface name="org.gnome.DisplayManager.Manager">
    <method name="OpenSession">
      <arg name="address" direction="out" type="s"/>
    </method>
    <method name="OpenReauthenticationChannel">
      <arg name="username" direction="in" type="s"/>
      <arg name="address" direction="out" type="s"/>
    </method>
    <property name="Version" type="s" access="read"/>
  </interface>
</node>