Handbook
Glossary
CFRunLoopRemoveTimer ( rl timer mode -- )
Vocabulary
core-foundation
.
run-loop
Inputs
rl
an
object
timer
an
object
mode
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-foundation.strings
core-foundation.timers
;
IN:
core-foundation.run-loop
FUNCTION:
void
CFRunLoopRemoveTimer
(
CFRunLoopRef
rl,
CFRunLoopTimerRef
timer,
CFStringRef
mode
)