Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Header: #include <applibs/eventloop.h>
Creates an EventLoop object.
EventLoop *EventLoop_Create(void);
Return value
Returns a pointer to the new EventLoop object. To avoid memory leaks, the returned object must be closed with EventLoop_Close when it's no longer needed.