Sha256: 7ff9cd8ab66a8da347a3cc1b27e6b0319fbeceaa5cadfd132316fde54e9e6cd4
Contents?: true
Size: 508 Bytes
Versions: 179
Compression:
Stored size: 508 Bytes
Contents
#ifndef fsevent_watch_common_h #define fsevent_watch_common_h #include <CoreFoundation/CoreFoundation.h> #ifdef __OBJC__ #import <Foundation/Foundation.h> #endif #include <CoreServices/CoreServices.h> #include <unistd.h> #include "compat.h" #include "defines.h" #include "TSICTString.h" enum FSEventWatchOutputFormat { kFSEventWatchOutputFormatClassic, kFSEventWatchOutputFormatNIW, kFSEventWatchOutputFormatTNetstring, kFSEventWatchOutputFormatOTNetstring }; #endif /* fsevent_watch_common_h */
Version data entries
179 entries across 169 versions & 21 rubygems