CarbonApi

trait CarbonApi extends Library
Companion:
object
trait Library
class Object
trait Matchable
class Any

Value members

Abstract methods

def CFArrayCreate(allocator: CFAllocatorRef, values: Array[Pointer], numValues: CFIndex, callBacks: Void): CFArrayRef
def CFRunLoopRun(): Unit
def CFStringCreateWithCharacters(alloc: Void, chars: Array[Char], numChars: CFIndex): CFStringRef
def FSEventStreamCreate(v: Pointer, callback: FSEventStreamCallback, context: Pointer, pathsToWatch: CFArrayRef, sinceWhen: Long, latency: Double, flags: Int): FSEventStreamRef
def FSEventStreamScheduleWithRunLoop(streamRef: FSEventStreamRef, runLoop: CFRunLoopRef, runLoopMode: CFStringRef): Unit
def FSEventStreamStart(streamRef: FSEventStreamRef): Boolean
def FSEventStreamStop(streamRef: FSEventStreamRef): Unit
def FSEventStreamUnscheduleFromRunLoop(streamRef: FSEventStreamRef, runLoop: CFRunLoopRef, runLoopMode: CFStringRef): Unit