aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-24 13:23:55 -0600
committerTed Gould <ted@gould.cx>2009-12-24 13:23:55 -0600
commitdaf83b09dace69527c277e3a938a7b142061d7f9 (patch)
tree59c985d1d4e86e4feeb80aca43c31b79a92116a7 /src/status-service.xml
parent580cf67b9db257743ab9e55d5a11e885d4a59640 (diff)
downloadayatana-indicator-session-daf83b09dace69527c277e3a938a7b142061d7f9.tar.gz
ayatana-indicator-session-daf83b09dace69527c277e3a938a7b142061d7f9.tar.bz2
ayatana-indicator-session-daf83b09dace69527c277e3a938a7b142061d7f9.zip
Brutal status rip out.
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>