aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 10:33:04 -0500
committerTed Gould <ted@canonical.com>2009-08-26 10:33:04 -0500
commitbfc3017b153193b71128a5e1b34d90991d3a8fc6 (patch)
tree336b15c125630eaad18ec64993c542c25a776b3c /src/messages-service.xml
parentc4a054f93a9fe1ac1330c891ecbc58a634b78c22 (diff)
parentbd24e02220d5158b1b502771bbba3012848fcef5 (diff)
downloadayatana-indicator-messages-bfc3017b153193b71128a5e1b34d90991d3a8fc6.tar.gz
ayatana-indicator-messages-bfc3017b153193b71128a5e1b34d90991d3a8fc6.tar.bz2
ayatana-indicator-messages-bfc3017b153193b71128a5e1b34d90991d3a8fc6.zip
Merge from dot-and-hide branch
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>