aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.sound.AccountsService.xml
blob: 874473f1ff2a4fbd606057c4144ff799f647e45a (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
43
44
45
46
47
<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>
    <property name="Volume" type="d" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="1.0"/>
    </property>
    <property name="Muted" type="b" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
    </property>
  </interface>
</node>