Handbook
Glossary
CFRunLoopTimerSetNextFireDate ( timer fireDate -- )
Vocabulary
core-foundation
.
timers
Inputs
timer
an
object
fireDate
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-foundation.time
;
IN:
core-foundation.timers
FUNCTION:
void
CFRunLoopTimerSetNextFireDate
(
CFRunLoopTimerRef
timer,
CFAbsoluteTime
fireDate )