summaryrefslogtreecommitdiffstats
path: root/tdelirc/profiles/tdelauncher.profile.xml
blob: be55dbd78d9621ccf8eecb748bac805d98cba799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<!DOCTYPE profile SYSTEM "profile.dtd">
<profile id="tdelauncher">
	<name>TDE Program Launcher</name>
	<author>Gav Wood</author>
	<action objid="default" prototype="void tdeinit_exec(TQString, QStringList)" repeat="0" autostart="0">
		<name>Execute</name>
		<comment>Runs a program or script</comment>
		<argument type="TQString"><comment>The executable name and path of the program or script to run</comment></argument>
		<argument type="TQStringList"><comment>Parameters for the program or script</comment></argument>
	</action>
	<action objid="default" prototype="void tdeinit_exec_wait(TQString, QStringList)" repeat="0" autostart="0">
		<name>Execute and Wait</name>
		<comment>Runs a program or script and waits for it to finish</comment>
		<argument type="TQString"><comment>The executable name and path of the program or script to run</comment></argument>
		<argument type="TQStringList"><comment>Parameters for the program or script</comment></argument>
	</action>
</profile>