aboutsummaryrefslogtreecommitdiff
path: root/common/org.ayatana.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/org.ayatana.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/org.ayatana.indicator.messages.service.xml')
-rw-r--r--common/org.ayatana.indicator.messages.service.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/org.ayatana.indicator.messages.service.xml b/common/org.ayatana.indicator.messages.service.xml
new file mode 100644
index 0000000..68064f9
--- /dev/null
+++ b/common/org.ayatana.indicator.messages.service.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="org.ayatana.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>