aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-22 12:15:29 -0500
committerTed Gould <ted@gould.cx>2011-07-22 12:15:29 -0500
commit0e09129f85bcfba44880654507cb9093c4298f25 (patch)
tree81eedcfdeaaba5b7dce3dc7b209c5172d45eb357 /src/messages-service.xml
parent3a5ded2687b74d61f3bffdfd5f1f44a4a1db240c (diff)
parent3fc0ec76ff87ba2249171a0dc5527b876df584c3 (diff)
downloadayatana-indicator-messages-0e09129f85bcfba44880654507cb9093c4298f25.tar.gz
ayatana-indicator-messages-0e09129f85bcfba44880654507cb9093c4298f25.tar.bz2
ayatana-indicator-messages-0e09129f85bcfba44880654507cb9093c4298f25.zip
Add a clear attention menu item and attach it to middle click
Diffstat (limited to 'src/messages-service.xml')
-rw-r--r--src/messages-service.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml
index 8a592db..d79049e 100644
--- a/src/messages-service.xml
+++ b/src/messages-service.xml
@@ -3,15 +3,13 @@
<interface name="com.canonical.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>
+ <method name="ClearAttention" />
<!-- Signals -->
<signal name="AttentionChanged">