diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 14:47:12 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 14:47:12 -0400 |
commit | b81fe696008620e4123d1407f382561123c86382 (patch) | |
tree | 92eae2c248aa980058d87899ad554b33a1fed071 /src/gdm-local-display-factory.xml | |
parent | 31c18f6eda48e5ce6f28231585c53a53bd971e04 (diff) | |
parent | 9c47ca97c6471ff44e44ad0403237ac054333fc2 (diff) | |
download | ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.tar.gz ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.tar.bz2 ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.zip |
* New upstream release. (0.2.91)
* Integrates with LightDM now
* Moved to libindicator 0.4
* New upstream release. (0.2.92)
* Fixed dist'ing the XML files
* debian/control: Move suggests from gdm to lightdm
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> |