#include <src/lib/xynth.h>
Data Fields | |
| long long | timeval |
| timer value in microseconds | |
| long long | interval |
| remaining timer value in microseconds, if this is <= 0 then it is time to call the callback | |
| void(* | cb )(s_window_t *, struct s_timer_s *) |
| call back function | |
| void * | data |
| pointer to hold user specified data | |
1.4.7