Warning, /plasma/plasma-workspace/dataengines/places/org.kde.places.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="Update">
0006     <entry name="placeIndex" type="Int">
0007       <label>the index in the places model we're working on</label>
0008     </entry>
0009     <entry name="Name" type="String">
0010       <label>The text to display on the place.</label>
0011     </entry>
0012     <entry name="Url" type="Url">
0013       <label>The url of the place.</label>
0014     </entry>
0015     <entry name="Icon" type="String">
0016       <label>The name of the icon.</label>
0017     </entry>
0018   </group>
0019   <group name="Add">
0020     <entry name="placeIndex" type="Int">
0021       <label>the index in the places model we're working on</label>
0022     </entry>
0023     <entry name="Name" type="String">
0024       <label>The text to display on the place.</label>
0025     </entry>
0026     <entry name="Url" type="Url">
0027       <label>The url of the place.</label>
0028     </entry>
0029     <entry name="Icon" type="String">
0030       <label>The name of the icon.</label>
0031     </entry>
0032   </group>
0033   <!-- FIXME: no move, cos we don't have drag-n-drop.  Can we fake it? -->
0034   <group name="Remove">
0035     <entry name="placeIndex" type="Int">
0036       <label>the index in the places model we're working on</label>
0037     </entry>
0038   </group>
0039   <group name="Hide">
0040     <entry name="placeIndex" type="Int">
0041       <label>the index in the places model we're working on</label>
0042     </entry>
0043   </group>
0044   <group name="Show">
0045     <entry name="placeIndex" type="Int">
0046       <label>the index in the places model we're working on</label>
0047     </entry>
0048   </group>
0049   <group name="Setup Device">
0050     <entry name="placeIndex" type="Int">
0051       <label>the index in the places model we're working on</label>
0052     </entry>
0053   </group>
0054   <group name="Teardown Device">
0055     <entry name="placeIndex" type="Int">
0056       <label>the index in the places model we're working on</label>
0057     </entry>
0058   </group>
0059 </kcfg>