Ecore exe event data structure. More...
| Data Fields | |
| Efl_Object * | exe | 
| The handle to the process.  More... | |
| 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_Line * | lines | 
| An array of line data if line buffered, the last one has it's line member set to NULL. | |
Ecore exe event data structure.
| Efl_Object * _Ecore_Exe_Event_Data::exe | 
The handle to the process.
FIXME: should actually be Ecore.Exe, workaround cyclic