Name

e_event_target_free —

Synopsis

void e_event_target_free (ep,  
 o); 
EEvent *  ep;
void *  o;

Arguments

ep

An initialised EEvent instance on which this target was allocated.

o

The target to free.

Description

Free a target. This invokes the virtual free method on the EEventClass.