Handbook
Glossary
FSEventStreamScheduleWithRunLoop ( streamRef runLoop runLoopMode -- )
Vocabulary
core-foundation
.
fsevents
Inputs
streamRef
an
object
runLoop
an
object
runLoopMode
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-foundation.run-loop
core-foundation.strings
;
IN:
core-foundation.fsevents
FUNCTION:
void
FSEventStreamScheduleWithRunLoop
(
FSEventStreamRef
streamRef,
CFRunLoopRef
runLoop,
CFStringRef
runLoopMode )