_Ecore_Exe_Event_Del

Langue: en

Autres versions - même langue

Version: 379520 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

_Ecore_Exe_Event_Del -

Process exit event.

SYNOPSIS


Data Fields


pid_t pid
The process ID of the process that exited.
int exit_code
The exit code of the process.
Ecore_Exe * exe
The handle to the exited process, or NULL if not found.
unsigned int exited: 1
< The signal that caused the process to exit
unsigned int signalled: 1
< set to 1 if the process exited of its own accord
void * ext_data
< set to 1 id the process exited due to uncaught signal
siginfo_t data
Signal info.

Detailed Description

Process exit event.

Field Documentation

void* _Ecore_Exe_Event_Del::ext_data

< set to 1 id the process exited due to uncaught signal Extension data - not used

Author

Generated automatically by Doxygen for Ecore from the source code.