Parents: | core-foundation |
Tags: | bindings |
Platforms: | macos |
CFRunLoopTimerContext |
CFRunLoopTimerRef |
Word | Stack effect |
<CFTimer> | ( interval callback -- timer ) |
CFRunLoopTimerCallBack | ( quot -- alien ) |
CFRunLoopTimerCreate | ( allocator fireDate interval flags order callout context -- CFRunLoopTimerRef ) |
CFRunLoopTimerDoesRepeat | ( timer -- Boolean ) |
CFRunLoopTimerGetInterval | ( timer -- CFTimeInterval ) |
CFRunLoopTimerGetNextFireDate | ( timer -- CFAbsoluteTime ) |
CFRunLoopTimerInvalidate | ( timer -- ) |
CFRunLoopTimerIsValid | ( timer -- Boolean ) |
CFRunLoopTimerSetNextFireDate | ( timer fireDate -- ) |