aboutsummaryrefslogtreecommitdiff
path: root/common/com.canonical.indicator.messages.service.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 23:19:26 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-27 00:17:29 +0200
commite917d3a28a238208ecf786cfda93dcd2893e3df2 (patch)
tree7025063a06c7ba398ba64548d060c9a97e69210d /common/com.canonical.indicator.messages.service.xml
parentba82b68035b55a7abbafc7d488e04f5ca9a3836c (diff)
downloadayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.gz
ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.bz2
ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.zip
Fork from Ubuntu's Indicator Messages.
Diffstat (limited to 'common/com.canonical.indicator.messages.service.xml')
-rw-r--r--common/com.canonical.indicator.messages.service.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/common/com.canonical.indicator.messages.service.xml b/common/com.canonical.indicator.messages.service.xml
deleted file mode 100644
index 3c3c779..0000000
--- a/common/com.canonical.indicator.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>