Warning, /plasma/plasma-workspace/dataengines/activities/activities.operations is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <!DOCTYPE kcfg SYSTEM 0003 "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"> 0004 <kcfg> 0005 <group name="add"> 0006 <entry name="Name" type="String"> 0007 <label>The name to give the new activity.</label> 0008 </entry> 0009 </group> 0010 <group name="setCurrent"> 0011 </group> 0012 <group name="stop"> 0013 </group> 0014 <group name="start"> 0015 </group> 0016 <group name="setName"> 0017 <entry name="Name" type="String"> 0018 <label>The name to give the activity.</label> 0019 </entry> 0020 </group> 0021 <group name="setIcon"> 0022 <entry name="Icon" type="String"> 0023 <label>The name of the icon to give the activity.</label> 0024 </entry> 0025 </group> 0026 <group name="remove"> 0027 <entry name="Id" type="String"> 0028 <label>UID of the activity to remove. (optional)</label> 0029 </entry> 0030 </group> 0031 <group name="setEncrypted"> 0032 <entry name="Encrypted" type="Bool"> 0033 <label>True to encrypt the activity, false to decrypt</label> 0034 </entry> 0035 </group> 0036 <group name="toggleActivityManager"> 0037 </group> 0038 </kcfg>