aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-05 22:39:03 -0600
committerTed Gould <ted@gould.cx>2010-01-05 22:39:03 -0600
commit095055acb1af84c4fafb9d844d9657bdc79fe224 (patch)
tree4bb90899bb3c61b0c657fec1b39bdfabfa604453 /src/status-service.xml
parent580cf67b9db257743ab9e55d5a11e885d4a59640 (diff)
parenta2d2135f87d23b9749beae32bfac606170edf8b4 (diff)
downloadayatana-indicator-session-095055acb1af84c4fafb9d844d9657bdc79fe224.tar.gz
ayatana-indicator-session-095055acb1af84c4fafb9d844d9657bdc79fe224.tar.bz2
ayatana-indicator-session-095055acb1af84c4fafb9d844d9657bdc79fe224.zip
Removing the status bits and pieces (they're now in indicator-me) and merging users and session so that we only have one service and one menu. Nice and simple.
Diffstat (limited to 'src/status-service.xml')
-rw-r--r--src/status-service.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/status-service.xml b/src/status-service.xml
deleted file mode 100644
index 977b338..0000000
--- a/src/status-service.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/">
- <interface name="org.ayatana.indicator.status.service">
-
-<!-- Methods -->
- <method name="Watch">
- <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
- </method>
- <method name="StatusIcons">
- <arg type="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="s" name="icons" direction="out" />
- </signal>
-
- </interface>
-</node>