exe none enum++

SVN revision: 56315
This commit is contained in:
Carsten Haitzler 2011-01-27 03:30:42 +00:00
parent 17930e3b31
commit 6d83a46b76
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ extern "C" {
enum _Ecore_Exe_Flags /* flags for executing a child with its stdin and/or stdout piped back */
{
ECORE_EXE_NONE = 0, /**< No exe flags at all */
ECORE_EXE_PIPE_READ = 1, /**< Exe Pipe Read mask */
ECORE_EXE_PIPE_WRITE = 2, /**< Exe Pipe Write mask */
ECORE_EXE_PIPE_ERROR = 4, /**< Exe Pipe error mask */