~ci-train-bot/indicator-sound/indicator-sound-ubuntu-zesty-2138

« back to all changes in this revision

Viewing changes to data/com.canonical.indicator.sound.gschema.xml

  • Committer: CI Train Bot
  • Author(s): Xavi Garcia Mena
  • Date: 2016-03-07 10:13:38 UTC
  • mfrom: (529.1.8 last-runnin-player-charles)
  • Revision ID: ci-train-bot@canonical.com-20160307101338-x2wynmsb4sch7jag
This branch sets the last running player using accounts service instead of gsettings.
It also includes a new class AccountsServiceAccess, to centralize all accesses to account service properties.
Approved by: PS Jenkins bot, Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
      <description>
60
60
        How long to remember a user's approval of the confirmation dialog discussed in the
61
61
        description of 'warning-volume-enabled'.
62
 
        
 
62
 
63
63
        The default value (72,000 seconds) corresponds to the 20 hours suggested by
64
64
        EU standard EN 60950-1/Al2: “The acknowledgement does not need to be repeated
65
 
        more than once every 20 h of cumulative listening time.”        
 
65
        more than once every 20 h of cumulative listening time.”
66
66
      </description>
67
67
    </key>
68
68
    <key name="warning-volume-decibels" type="d">
102
102
      </description>
103
103
    </key>
104
104
 
105
 
    <key name="last-running-player" type="s">
106
 
      <default>""</default>
107
 
      <summary>Stores which was the last running music player.</summary>
108
 
      <description>
109
 
        To make the last running player persistent and be able to set its playback controls
110
 
        we store which was the last player running id.
111
 
 
112
 
        The default value ("") corresponds to no player.
113
 
      </description>
114
 
    </key>
115
 
 
116
105
  </schema>
117
106
</schemalist>