An Objective-C wrapper for Mac OS X’s FSEvents C API.
Revisión | 3ca1889ff285f9890fd28784717390bb1564b258 (tree) |
---|---|
Tiempo | 2010-04-04 02:56:28 |
Autor | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Added implementation of sinceEventIdentifier property.
@@ -23,7 +23,7 @@ | ||
23 | 23 | #pragma mark Properties |
24 | 24 | @synthesize delegate = _delegate; |
25 | 25 | @synthesize notificationLatency = _notificationLatency; |
26 | -@synthesize isWatchingURLs = _isWatchingURLs; | |
26 | +@synthesize sinceEventIdentifier = _sinceEventIdentifier; | |
27 | 27 | @synthesize ignoreEventsFromSubDirectories = _ignoreEventsFromSubDirectories; |
28 | 28 | @synthesize lastEvent = _lastEvent; |
29 | 29 | @synthesize watchedURLs = _watchedURLs; |