[ CCode ( instance_pos = 3.9 ) ]
public delegate bool ClockCallback (Clock clock, ClockTime time, ClockID id)
The function prototype of the callback.
| clock |
The clock that triggered the callback |
| time |
The time it was triggered |
| id |
The ClockID that expired |
| user_data |
user data passed in the id_wait_async function |
|
true or false (currently unused) |