Handbook
Glossary
FSEventStreamCreateRelativeToDevice ( allocator callback context deviceToWatch pathsToWatchRelativeToDevice sinceWhen latency flags -- FSEventStreamRef )
Vocabulary
core-foundation
.
fsevents
Inputs
allocator
an
object
callback
an
object
context
an
object
deviceToWatch
an
object
pathsToWatchRelativeToDevice
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
unix.types
;
IN:
core-foundation.fsevents
FUNCTION:
FSEventStreamRef
FSEventStreamCreateRelativeToDevice
(
CFAllocatorRef
allocator,
FSEventStreamCallback
callback,
FSEventStreamContext* context,
dev_t
deviceToWatch,
CFArrayRef
pathsToWatchRelativeToDevice,
FSEventStreamEventId
sinceWhen,
CFTimeInterval
latency,
FSEventStreamCreateFlags
flags )