aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
diff options
context:
space:
mode:
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>