Beginnings of the feature previously known as fork'n'bitch. Now it will be

a bit more general purpose.


SVN revision: 19852
This commit is contained in:
David Walter Seikel 2006-01-16 09:47:59 +00:00
parent 1a332a7125
commit bfa592058a
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ extern "C" {
ECORE_EXE_PIPE_ERROR = 4, /**< Exe Pipe error mask */
ECORE_EXE_PIPE_READ_LINE_BUFFERED = 8, /**< Reads are buffered until a newline and delivered 1 event per line */
ECORE_EXE_PIPE_ERROR_LINE_BUFFERED = 16, /**< Errors are buffered until a newline and delivered 1 event per line */
ECORE_EXE_RESPAWN = 32 /* FIXME: Exe is restarted if it dies */
ECORE_EXE_PIPE_AUTO = 32, /**< FIXME: stdout and stderr are buffered automatically */
ECORE_EXE_RESPAWN = 32 /**< FIXME: Exe is restarted if it dies */
};
typedef enum _Ecore_Exe_Flags Ecore_Exe_Flags;