• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revisión3ca1889ff285f9890fd28784717390bb1564b258 (tree)
Tiempo2010-04-04 02:56:28
AutorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Added implementation of sinceEventIdentifier property.

Cambiar Resumen

Diferencia incremental

--- a/CDEvents.m
+++ b/CDEvents.m
@@ -23,7 +23,7 @@
2323 #pragma mark Properties
2424 @synthesize delegate = _delegate;
2525 @synthesize notificationLatency = _notificationLatency;
26-@synthesize isWatchingURLs = _isWatchingURLs;
26+@synthesize sinceEventIdentifier = _sinceEventIdentifier;
2727 @synthesize ignoreEventsFromSubDirectories = _ignoreEventsFromSubDirectories;
2828 @synthesize lastEvent = _lastEvent;
2929 @synthesize watchedURLs = _watchedURLs;