~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/nowplaying/nowplaying.operations

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kcfg SYSTEM
 
3
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
 
4
<kcfg>
 
5
  <group name="play"/>
 
6
  <group name="pause"/>
 
7
  <group name="stop"/>
 
8
  <group name="previous"/>
 
9
  <group name="next"/>
 
10
  <group name="volume">
 
11
    <entry name="level" type="Double">
 
12
      <label>The required volume level, as a real number between 0 and 1.</label>
 
13
    </entry>
 
14
  </group>
 
15
  <group name="seek">
 
16
    <entry name="seconds" type="Int">
 
17
      <label>The position to seek to, in seconds.  Must be between 0 and the track length.</label>
 
18
    </entry>
 
19
  </group>
 
20
</kcfg>