Functions in event_list.h
Functions for 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.
Parent topic:
Event lists (event_list.h)
Related concepts
Data types in event_list.h