EventRegistration Struct

Header: #include <applibs/eventloop.h>

A handle returned when a callback is registered with an event source. This handle is later used to unregister the callback with the same source.

typedef struct EventRegistration EventRegistration;