Type Alias TimeEventCb

Source
pub type TimeEventCb = extern "C" fn(a: *const MainloopApi, e: *mut TimeEventInternal, tv: *const timeval, userdata: *mut c_void);
Expand description

A time event callback prototype.