Data Fields
_Ecore_Exe_Event_Data Struct Reference

Data Fields

Eo_Base * exe
 
void * data
 The handle to the process. More...
 
int size
 the raw binary data from the child process that was received
 
Ecore_Exe_Event_Data_Linelines
 the size of this data in bytes
 

Detailed Description

Examples:
ecore_exe_example.c.

Field Documentation

§ data

void * _Ecore_Exe_Event_Data::data

The handle to the process.

FIXME: should actually be Ecore.Exe, workaround cyclic

Examples:
ecore_exe_example.c.

Referenced by ecore_exe_event_data_free().