blob: 7a8c2bd7c9c37bb3199fb0d5b9793b32b7615db6 (
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
31
32
33
34
35
36
37
38
39
40
41
42
|
<node>
<interface name="org.ayatana.indicator.sound.AccountsService">
<annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn"
value="org.ayatana.indicator.sound.AccountsService.ModifyOwnUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
value="org.ayatana.indicator.sound.AccountsService.ModifyAnyUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeAny"
value="org.ayatana.indicator.sound.AccountsService.ModifyAnyUser"/>
<property name="Timestamp" type="t" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
</property>
<property name="PlayerName" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value=""/>
</property>
<property name="PlayerIcon" type="v" access="readwrite"/>
<property name="Running" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
</property>
<property name="State" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value=""/>
</property>
<property name="Title" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value=""/>
</property>
<property name="Artist" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value=""/>
</property>
<property name="Album" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value=""/>
</property>
<property name="ArtUrl" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value=""/>
</property>
</interface>
</node>
|