aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 13:52:21 -0500
committerTed Gould <ted@canonical.com>2009-08-26 13:52:21 -0500
commitec04bfc2ba1caed976374344ae7bf7fb71cad38c (patch)
tree538e86457d57eed996d973dbfa396691e4837456 /src/messages-service.xml
parent81560d65d5a4899e748ed2f6aeb735ee42255348 (diff)
parentb40cfc60b5aa3ee0c5794f0c9f78411f7d8f4759 (diff)
downloadayatana-indicator-messages-ec04bfc2ba1caed976374344ae7bf7fb71cad38c.tar.gz
ayatana-indicator-messages-ec04bfc2ba1caed976374344ae7bf7fb71cad38c.tar.bz2
ayatana-indicator-messages-ec04bfc2ba1caed976374344ae7bf7fb71cad38c.zip
Merging in changes to make the green dot appear and the icon hide when no one is there.
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>