_Ecore_Exe_Event_Data Struct Reference

Data from a child process event. More...

Data Fields

Ecore_Exeexe
 The handle to the process.
void * data
 the raw binary data from the child process that was received
int size
 the size of this data in bytes
Ecore_Exe_Event_Data_Linelines
 an array of line data if line buffered, the last one has it's line member set to NULL

Detailed Description

Data from a child process event.

Examples:

ecore_exe_example.c.