diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-11 11:58:39 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-11 11:58:39 +0100 |
commit | 1b43dcb34eab345b4046258c478c02e536cf44d8 (patch) | |
tree | fa061ab29fa5809ffe08713c21ff78de5c9b1887 /src/gdm-local-display-factory.xml | |
parent | 4f535763d9e05e41c81b1a8fbf262aea1246f616 (diff) | |
parent | 331ab6a0abc53276af8da99ea141071bbb605820 (diff) | |
download | ayatana-indicator-session-1b43dcb34eab345b4046258c478c02e536cf44d8.tar.gz ayatana-indicator-session-1b43dcb34eab345b4046258c478c02e536cf44d8.tar.bz2 ayatana-indicator-session-1b43dcb34eab345b4046258c478c02e536cf44d8.zip |
merged trunk to keep up with changes
Diffstat (limited to 'src/gdm-local-display-factory.xml')
-rw-r--r-- | src/gdm-local-display-factory.xml | 20 |
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> |