aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-15 16:21:08 -0500
committerTed Gould <ted@canonical.com>2009-06-15 16:21:08 -0500
commit0e7a077711211836fcc37968e0db234791c153af (patch)
tree44682d135561eaac22bddaed9bf03c1eb2986ff9 /src/status-service.xml
parentfdf84c9cad59ae4dff01b95bafdfcfd8139f0af9 (diff)
parent094b80fb89c15cc369f4ca50e218cec12efbaadc (diff)
downloadayatana-indicator-session-0e7a077711211836fcc37968e0db234791c153af.tar.gz
ayatana-indicator-session-0e7a077711211836fcc37968e0db234791c153af.tar.bz2
ayatana-indicator-session-0e7a077711211836fcc37968e0db234791c153af.zip
Upstream from the indicator branch.
Diffstat (limited to 'src/status-service.xml')
-rw-r--r--src/status-service.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/status-service.xml b/src/status-service.xml
new file mode 100644
index 0000000..df10859
--- /dev/null
+++ b/src/status-service.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="com.ubuntu.indicator.status">
+
+<!-- Methods -->
+ <method name="Watch">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
+ </method>
+ <method name="StatusIcons">
+ <arg type="a(s)" name="icons" direction="out" />
+ </method>
+ <method name="PrettyUserName">
+ <arg type="s" name="name" direction="out" />
+ </method>
+
+<!-- Signals -->
+ <signal name="UserChanged">
+ <arg type="s" name="name" direction="out" />
+ </signal>
+ <signal name="StatusIconsChanged">
+ <arg type="a(s)" name="icons" direction="out" />
+ </signal>
+
+ </interface>
+</node>