aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.Unity.Greeter.Broadcast.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-06-26 16:25:55 -0500
committerTed Gould <ted@gould.cx>2013-06-26 16:25:55 -0500
commit27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7 (patch)
tree43be1e15b2fd48b6024aa967ac66de9fb14850a0 /data/com.canonical.Unity.Greeter.Broadcast.xml
parente8987735a915bdaf6789ef7beee6dd4c2f5f8dd7 (diff)
downloadayatana-greeter-session-broadcast-27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7.tar.gz
ayatana-greeter-session-broadcast-27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7.tar.bz2
ayatana-greeter-session-broadcast-27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7.zip
The basic data components to describe the interfaces and the stuff needed
Diffstat (limited to 'data/com.canonical.Unity.Greeter.Broadcast.xml')
-rw-r--r--data/com.canonical.Unity.Greeter.Broadcast.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/com.canonical.Unity.Greeter.Broadcast.xml b/data/com.canonical.Unity.Greeter.Broadcast.xml
new file mode 100644
index 0000000..3c9e170
--- /dev/null
+++ b/data/com.canonical.Unity.Greeter.Broadcast.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/com/canonical/Unity/Greeter/Broadcast">
+ <interface name="com.canonical.Unity.Greeter.Broadcast">
+ <!-- From the Greeter -->
+ <method name="RequestApplicationStart">
+ <arg type="s" name="username" direction="in" />
+ <arg type="s" name="appId" direction="in" />
+ </method>
+
+
+ <!-- To the Session -->
+ <signal name="StartApplication">
+ <arg type="s" name="username" direction="out" />
+ <arg type="s" name="appId" direction="out" />
+ </signal>
+
+ <!-- Other -->
+ </interface>
+</node>