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 / activities.operations next >
Extensible Markup Language  |  2013-04-28  |  1KB  |  39 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="add">
  6.         <entry name="Name" type="String">
  7.             <label>The name to give the new activity.</label>
  8.         </entry>
  9.     </group>
  10.     <group name="setCurrent">
  11.     </group>
  12.     <group name="stop">
  13.     </group>
  14.     <group name="start">
  15.     </group>
  16.     <group name="setName">
  17.         <entry name="Name" type="String">
  18.             <label>The name to give the activity.</label>
  19.         </entry>
  20.     </group>
  21.     <group name="setIcon">
  22.         <entry name="Icon" type="String">
  23.             <label>The name of the icon to give the activity.</label>
  24.         </entry>
  25.     </group>
  26.     <group name="remove">
  27.         <entry name="Id" type="String">
  28.             <label>UID of the activity to remove. (optional)</label>
  29.         </entry>
  30.     </group>
  31.     <group name="setEncrypted">
  32.         <entry name="Encrypted" type="Bool">
  33.             <label>True to encrypt the activity, false to decrypt</label>
  34.         </entry>
  35.     </group>
  36.     <group name="toggleActivityManager">
  37.     </group>
  38. </kcfg>
  39.