All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
CFArrayRef |
CFArrayCreate(CFAllocatorRef allocator,
com.sun.jna.Pointer[] values,
CFIndex numValues,
java.lang.Void callBacks) |
CFRunLoopRef |
CFRunLoopGetCurrent() |
void |
CFRunLoopRun() |
void |
CFRunLoopStop(CFRunLoopRef runLoopRef) |
CFStringRef |
CFStringCreateWithCharacters(java.lang.Void alloc,
char[] chars,
CFIndex numChars) |
FSEventStreamRef |
FSEventStreamCreate(com.sun.jna.Pointer v,
CarbonAPI.FSEventStreamCallback callback,
com.sun.jna.Pointer context,
CFArrayRef pathsToWatch,
long sinceWhen,
double latency,
int flags) |
void |
FSEventStreamInvalidate(FSEventStreamRef streamRef) |
void |
FSEventStreamRelease(FSEventStreamRef streamRef) |
void |
FSEventStreamScheduleWithRunLoop(FSEventStreamRef streamRef,
CFRunLoopRef runLoop,
CFStringRef runLoopMode) |
boolean |
FSEventStreamStart(FSEventStreamRef streamRef) |
void |
FSEventStreamStop(FSEventStreamRef streamRef) |
void |
FSEventStreamUnscheduleFromRunLoop(FSEventStreamRef streamRef,
CFRunLoopRef runLoop,
CFStringRef runLoopMode) |