A structure that stores information of an Exit request event. More...
#include <Ecore_Common.h>
Data Fields | |
Eina_Bool | interrupt: 1 |
Set if the exit request was an interrupt signal. | |
Eina_Bool | quit: 1 |
set if the exit request was a quit signal | |
Eina_Bool | terminate: 1 |
Set if the exit request was a terminate signal. | |
void * | ext_data |
Extension data - not used. | |
siginfo_t | data |
Signal info. | |
A structure that stores information of an Exit request event.