Functions in event_list.h
Functions that are available for working with the Event Lists
Related links
- event_list.h
Data types and functions for event lists.
- Data types in event_list.h
Data structures, typedefs, and enumerations that are available for working with the Event Lists
- event_list_add()
Add an event to an event list.
- event_list_alloc()
Allocate and initialize an event list.
- event_list_alloc_copy()
Allocate and initialize an event list from an existing list.
- event_list_clear()
Clear an event list.
- event_list_copy()
Copy an event list.
- event_list_free()
Free an event list.
- event_list_get_first()
Return the first item in an event list.