SVN revision: 21886
This commit is contained in:
David Walter Seikel 2006-04-06 01:16:02 +00:00
parent 0dc5cb5412
commit 533774b101
1 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,18 @@
#ifndef WIN32
/* TODO: Something to let people build a command line and does auto escaping -
*
* ecore_exe_snprintf()
*
* OR
*
* cmd = ecore_exe_comand_parameter_append(cmd, "firefox");
* cmd = ecore_exe_comand_parameter_append(cmd, "http://www.foo.com/bar.html?baz=yes");
* each parameter appended is one argument, and it gets escaped, quoted, and
* appended with a preceeding space. The first is the command off course.
*/
struct _ecore_exe_dead_exe
{
pid_t pid;