• 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

Revision2af570839d2167f5ebf6ca0e6babd1d5e8413b64 (tree)
Time2010-04-04 02:58:41
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Added event stream flags constant.

Change Summary

Incremental Difference

--- a/CDEvents.m
+++ b/CDEvents.m
@@ -8,6 +8,12 @@
88
99 #import "CDEvents.h"
1010
11+#import "CDEventsDelegate.h"
12+
13+const NSUInteger kCDEventsEventStreamFlags =
14+ (kFSEventStreamCreateFlagUseCFTypes |
15+ kFSEventStreamCreateFlagWatchRoot);
16+
1117
1218 #pragma mark Private API
1319 // Private API