Handbook
Glossary
FSEventStreamCreate ( allocator callback context pathsToWatch sinceWhen latency flags -- FSEventStreamRef )
Vocabulary
core-foundation
.
fsevents
Inputs
allocator
an
object
callback
an
object
context
an
object
pathsToWatch
an
object
sinceWhen
an
object
latency
an
object
flags
an
object
Outputs
FSEventStreamRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.arrays
core-foundation.time
;
IN:
core-foundation.fsevents
FUNCTION:
FSEventStreamRef
FSEventStreamCreate
(
CFAllocatorRef
allocator,
FSEventStreamCallback
callback,
FSEventStreamContext* context,
CFArrayRef
pathsToWatch,
FSEventStreamEventId
sinceWhen,
CFTimeInterval
latency,
FSEventStreamCreateFlags
flags )