aboutsummaryrefslogtreecommitdiff
path: root/src/gdm-local-display-factory.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-16 20:32:20 -0500
committerTed Gould <ted@gould.cx>2010-03-16 20:32:20 -0500
commit9d36c2090992551a961005bf359cdab739c8beed (patch)
tree139cb0de78964bf103b5a64e5751a6574576b598 /src/gdm-local-display-factory.xml
parent94cd451d64dec28a5649038b3de1c5971f8f6137 (diff)
downloadayatana-indicator-session-9d36c2090992551a961005bf359cdab739c8beed.tar.gz
ayatana-indicator-session-9d36c2090992551a961005bf359cdab739c8beed.tar.bz2
ayatana-indicator-session-9d36c2090992551a961005bf359cdab739c8beed.zip
Adding in the GDM local display DBus interface spec.
Diffstat (limited to 'src/gdm-local-display-factory.xml')
-rw-r--r--src/gdm-local-display-factory.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gdm-local-display-factory.xml b/src/gdm-local-display-factory.xml
new file mode 100644
index 0000000..66fb77c
--- /dev/null
+++ b/src/gdm-local-display-factory.xml
@@ -0,0 +1,20 @@
+<!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>