plasma-framework/data/operations/dataengineservice.operations
Aaron J. Seigo e41352c6ec move our data files into a common place with some decent organization
svn path=/trunk/KDE/kdelibs/; revision=1019549
2009-09-03 20:40:22 +00:00

20 lines
624 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<group name="GetSource">
<entry name="SourceName" type="String">
<label>The name of the desired datasource.</label>
</entry>
<entry name="UUID" type="String">
<label>Specify a UUID here.</label>
</entry>
</group>
<group name="ServiceForSource">
<entry name="SourceName" type="String">
<label>The name of the desired datasource's service.</label>
</entry>
</group>
<group name="GetSourceNames" />
</kcfg>