blob: a560187ff027fdc515d8ceb67daabfd7030c45c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<interface name="com.canonical.indicator.messages.service">
<!-- Methods -->
<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" />
<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">
<arg type="b" name="dot" direction="out" />
</signal>
<signal name="IconChanged">
<arg type="b" name="hidden" direction="out" />
</signal>
</interface>
</node>
|