Name

e_event_emit —

Synopsis

void e_event_emit (emp,  
 id,  
 target); 
EEvent *  emp;
const char *  id;
EEventTarget *  target;

Arguments

emp

-- undescribed --

id

Event name. This will be compared against EEventItem.id.

target

The target describing the event context. This will be implementation defined.

Description

Emit an event. target will automatically be freed once its emission is complete.