aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/messages-service.xml')
-rw-r--r--src/messages-service.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml
deleted file mode 100644
index 3c3c779..0000000
--- a/src/messages-service.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/">
- <interface name="com.canonical.indicator.messages.service">
-
- <method name="RegisterApplication">
- <arg type="s" name="desktop_id" direction="in" />
- <arg type="o" name="menu_path" direction="in" />
- </method>
-
- <method name="UnregisterApplication">
- <arg type="s" name="desktop_id" direction="in" />
- </method>
-
- <method name="ApplicationStoppedRunning">
- <arg type="s" name="desktop_id" direction="in" />
- </method>
-
- <method name="SetStatus">
- <arg type="s" name="desktop_id" direction="in" />
- <arg type="s" name="status" direction="in" />
- </method>
-
- <signal name="StatusChanged">
- <arg type="s" name="status" direction="in" />
- </signal>
-
- </interface>
-</node>