blob: bb73efd876706157d1968e8e4049a87697038c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<node>
<interface name="com.canonical.indicator.sound.AccountsService">
<annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn"
value="com.canonical.indicator.sound.AccountsService.ModifyOwnUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
value="com.canonical.indicator.sound.AccountsService.ModifyAnyUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeAny"
value="com.canonical.indicator.sound.AccountsService.ModifyAnyUser"/>
<property name="playing" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>
</interface>
</node>
|