aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 21:09:43 -0500
committerTed Gould <ted@canonical.com>2009-08-26 21:09:43 -0500
commit43fffd847c98dcd789cf3c823028ee2d66db98d7 (patch)
tree44cffcfbc66db1b6690e00643c05255e1be5c656 /src/messages-service.xml
parent21caab3ed3cbb70ec0f2929dd69d9f348162e975 (diff)
parentdb3b38d030508339bd9ce3f45dd84808b6f24257 (diff)
downloadayatana-indicator-messages-43fffd847c98dcd789cf3c823028ee2d66db98d7.tar.gz
ayatana-indicator-messages-43fffd847c98dcd789cf3c823028ee2d66db98d7.tar.bz2
ayatana-indicator-messages-43fffd847c98dcd789cf3c823028ee2d66db98d7.zip
Merging in the menu update 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>