diff options
Diffstat (limited to '')
-rw-r--r-- | daemon/gdm-manager.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/daemon/gdm-manager.xml b/daemon/gdm-manager.xml new file mode 100644 index 0000000..92ef1d0 --- /dev/null +++ b/daemon/gdm-manager.xml @@ -0,0 +1,19 @@ +<!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="RegisterDisplay"> + <arg name="details" direction="in" type="a{ss}"/> + </method> + <method name="RegisterSession"> + <arg name="details" direction="in" type="a{sv}"/> + </method> + <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> |