aboutsummaryrefslogtreecommitdiff
path: root/src/gdm-local-display-factory.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 10:53:49 -0500
committerTed Gould <ted@gould.cx>2011-07-07 10:53:49 -0500
commitc2f17c82ae4aee2cb3b584fcbeef15b0f36b2214 (patch)
tree40864efe02e1e4d7c548dcd49678b1fc52fc1524 /src/gdm-local-display-factory.xml
parent67a17a4d4d3d6380fe50c3cb6f33ccbb70707fd5 (diff)
parent5efc993ee40b4fb326a8b5bc9c1180eaef0a2469 (diff)
downloadayatana-indicator-session-c2f17c82ae4aee2cb3b584fcbeef15b0f36b2214.tar.gz
ayatana-indicator-session-c2f17c82ae4aee2cb3b584fcbeef15b0f36b2214.tar.bz2
ayatana-indicator-session-c2f17c82ae4aee2cb3b584fcbeef15b0f36b2214.zip
LightDM integration
Diffstat (limited to 'src/gdm-local-display-factory.xml')
-rw-r--r--src/gdm-local-display-factory.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gdm-local-display-factory.xml b/src/gdm-local-display-factory.xml
deleted file mode 100644
index 66fb77c..0000000
--- a/src/gdm-local-display-factory.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<!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/LocalDisplayFactory">
- <interface name="org.gnome.DisplayManager.LocalDisplayFactory">
- <method name="CreateProductDisplay">
- <arg name="parent_display_id" direction="in" type="o"/>
- <arg name="relay_address" direction="in" type="s"/>
- <arg name="id" direction="out" type="o"/>
- </method>
- <method name="CreateTransientDisplay">
- <arg name="id" direction="out" type="o"/>
- </method>
- <method name="StartGuestSession">
- <arg name="id" direction="out" type="o"/>
- </method>
- <method name="SwitchToUser">
- <arg name="username" direction="in" type="s"/>
- <arg name="id" direction="out" type="o"/>
- </method>
- </interface>
-</node>