_Ecore_Exe_Event_Data Struct Reference
Data from a child process event. More...
Data Fields | |
Ecore_Exe * | exe |
The handle to the process. | |
void * | data |
the raw binary data from the child process that was recieved | |
int | size |
the size of this data in bytes | |
Ecore_Exe_Event_Data_Line * | lines |
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.