Synopsis
void * e_event_target_new ( | ep, | |
| | type, | |
| | size); | |
| EEvent * | ep; |
| int | type; |
| size_t | size; |
Arguments
- ep
An initialised EEvent instance.
- type
type, up to implementor
- size
The size of memory to allocate. This must be >= sizeof(EEventTarget).
Description
Allocate a new event target suitable for this class. It is up to
the implementation to define the available target types and their
structure.