Handbook
Glossary
CFFileDescriptorCreateRunLoopSource ( allocator f order -- CFRunLoopSourceRef )
Vocabulary
core-foundation
.
run-loop
Inputs
allocator
an
object
f
an
object
order
an
object
Outputs
CFRunLoopSourceRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.file-descriptors
;
IN:
core-foundation.run-loop
FUNCTION:
CFRunLoopSourceRef
CFFileDescriptorCreateRunLoopSource
(
CFAllocatorRef
allocator,
CFFileDescriptorRef
f,
CFIndex
order )