aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-25 21:40:35 -0500
committerTed Gould <ted@canonical.com>2009-08-25 21:40:35 -0500
commit8601a2b19bdb2352b1830888f982978a447dbeec (patch)
tree558a0d74f732d093be4b434c96aaf99d6ba3e622 /src/messages-service.xml
parent7258fe52ed30b06de812773f123fedabb90efe89 (diff)
downloadayatana-indicator-messages-8601a2b19bdb2352b1830888f982978a447dbeec.tar.gz
ayatana-indicator-messages-8601a2b19bdb2352b1830888f982978a447dbeec.tar.bz2
ayatana-indicator-messages-8601a2b19bdb2352b1830888f982978a447dbeec.zip
Adding in a new dbus interface.
Diffstat (limited to 'src/messages-service.xml')
-rw-r--r--src/messages-service.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml
new file mode 100644
index 0000000..f991179
--- /dev/null
+++ b/src/messages-service.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="org.ayatana.indicator.messages.service">
+
+<!-- Methods -->
+ <method name="Watch">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
+ </method>
+ <method name="AttentionRequested">
+ <arg type="b" name="dot" direction="out" />
+ </method>
+ <method name="IconShown">
+ <arg type="b" name="hidden" direction="out" />
+ </method>
+
+<!-- Signals -->
+ <signal name="AttentionChanged">
+ <arg type="b" name="dot" direction="out" />
+ </signal>
+ <signal name="IconChanged">
+ <arg type="b" name="hidden" direction="out" />
+ </signal>
+
+ </interface>
+</node>