aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-30 19:23:43 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-30 19:23:43 +0200
commitcb34c1a8d430a21330edc0119a6b74642f77c274 (patch)
treea849268e122d9089e99c105621e93a09e2231959 /src/messages-service.xml
parent83f04d7c7df43dc4672a5686ecc5810f32efe000 (diff)
downloadayatana-indicator-messages-cb34c1a8d430a21330edc0119a6b74642f77c274.tar.gz
ayatana-indicator-messages-cb34c1a8d430a21330edc0119a6b74642f77c274.tar.bz2
ayatana-indicator-messages-cb34c1a8d430a21330edc0119a6b74642f77c274.zip
Allow applications to (un)register themselves from the messaging menu via d-bus
Diffstat (limited to 'src/messages-service.xml')
-rw-r--r--src/messages-service.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml
index d79049e..a560187 100644
--- a/src/messages-service.xml
+++ b/src/messages-service.xml
@@ -10,6 +10,13 @@
<arg type="b" name="hidden" direction="out" />
</method>
<method name="ClearAttention" />
+ <method name="RegisterApplication">
+ <arg type="s" name="desktop_id" direction="in" />
+ <arg type="o" name="menu_path" direction="in" />
+ </method>
+ <method name="UnregisterApplication">
+ <arg type="s" name="desktop_id" direction="in" />
+ </method>
<!-- Signals -->
<signal name="AttentionChanged">