home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Musique / amarok / amarok-x86-setup-2.7.0-1.exe / share / apps / plasma / services / powermanagementservice.operations < prev    next >
Extensible Markup Language  |  2013-04-28  |  1KB  |  41 lines

  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="lockScreen"> </group>
  6.     <group name="suspend"> </group>
  7.     <group name="suspendToRam"> </group>
  8.     <group name="suspendToDisk"> </group>
  9.     <group name="suspendHybrid"> </group>
  10.     <group name="requestShutDown"> </group>
  11.     <group name="switchUser"> </group>
  12.  
  13.     <group name="beginSuppressingSleep">
  14.         <entry name="reason" type="String">
  15.             <label>States why sleep is being inhibited</label>
  16.         </entry>
  17.     </group>
  18.     <group name="stopSuppressingSleep">
  19.         <entry name="cookie" type="Int">
  20.             <label>The cookie obtained from beginSuppressingSleep, representing the inhibition to release</label>
  21.         </entry>
  22.     </group>
  23.  
  24.     <group name="beginSuppressingScreenPowerManagement">
  25.         <entry name="reason" type="String">
  26.             <label>States why screen power management is being inhibited</label>
  27.         </entry>
  28.     </group>
  29.     <group name="stopSuppressingScreenPowerManagement">
  30.         <entry name="cookie" type="Int">
  31.             <label>The cookie obtained from beginSuppressingScreenPowerManagement, representing the inhibition to release</label>
  32.         </entry>
  33.     </group>
  34.  
  35.     <group name="setBrightness">
  36.         <entry name="brightness" type="Int">
  37.           <label>The value of the screen brightness</label>
  38.         </entry>
  39.     </group>
  40. </kcfg>
  41.