aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-11-26 20:12:13 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-11-26 20:12:13 +0100
commit9287c2e6577e71d8f68d9c9e7d393a4f8524ab10 (patch)
treeb5c87bcc747acd9cc8f261c6d3d62c7cf8a8daf4 /common
parentb2c6b50cdfc1cc9a288516cef102ad2943b0e950 (diff)
downloadayatana-indicator-messages-9287c2e6577e71d8f68d9c9e7d393a4f8524ab10.tar.gz
ayatana-indicator-messages-9287c2e6577e71d8f68d9c9e7d393a4f8524ab10.tar.bz2
ayatana-indicator-messages-9287c2e6577e71d8f68d9c9e7d393a4f8524ab10.zip
Tell applications when messages and sources are dismissed
Right now, this is only used to clean up internal data structures in libmessaging-menu. It's not exposed to the application itself.
Diffstat (limited to 'common')
-rw-r--r--common/com.canonical.indicator.messages.application.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/com.canonical.indicator.messages.application.xml b/common/com.canonical.indicator.messages.application.xml
index fb9f079..552b6a4 100644
--- a/common/com.canonical.indicator.messages.application.xml
+++ b/common/com.canonical.indicator.messages.application.xml
@@ -13,6 +13,10 @@
<method name="ActivateMessage">
<arg type="s" name="message_id" direction="in" />
</method>
+ <method name="Dismiss">
+ <arg type="as" name="sources" direction="in" />
+ <arg type="as" name="messages" direction="in" />
+ </method>
<signal name="SourceAdded">
<arg type="u" name="position" direction="in" />
<arg type="(sssuxsb)" name="source" direction="in" />