SVN revision: 19853
This commit is contained in:
David Walter Seikel 2006-01-16 09:52:56 +00:00
parent bfa592058a
commit aa1b75baec
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ extern "C" {
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_PIPE_AUTO = 32, /**< FIXME: stdout and stderr are buffered automatically */
ECORE_EXE_RESPAWN = 32 /**< FIXME: Exe is restarted if it dies */
ECORE_EXE_RESPAWN = 64 /**< FIXME: Exe is restarted if it dies */
};
typedef enum _Ecore_Exe_Flags Ecore_Exe_Flags;