An Objective-C wrapper for Mac OS X’s FSEvents C API.
Revisión | 963b07a57378d98e1e6c3595c10efafd11de3061 (tree) |
---|---|
Tiempo | 2010-04-10 10:18:53 |
Autor | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Changed the formatting of the API documentation of mustRescanSubDirectories a bit.
@@ -147,10 +147,10 @@ typedef FSEventStreamEventFlags CDEventFlags; | ||
147 | 147 | * events were coalesced hierarchically. For example, an event in |
148 | 148 | * <code>/Users/jsmith/Music</code> and an event in |
149 | 149 | * <code>/Users/jsmith/Pictures</code> might be coalesced into an event with |
150 | - * this flag set and <code>URL=/Users/jsmith</code>. If this flag is set you may | |
151 | - * be able to get an idea of whether the bottleneck happened in the kernel (less | |
152 | - * likely) or in your client (more likely) by checking if flagUserDropped or | |
153 | - * flagKernelDropped returns <code>YES</code>. | |
150 | + * this flag set and <i>URL</i><code>=/Users/jsmith</code>. If this flag is set | |
151 | + * you may be able to get an idea of whether the bottleneck happened in the | |
152 | + * kernel (less likely) or in your client (more likely) by checking if | |
153 | + * flagUserDropped or flagKernelDropped returns <code>YES</code>. | |
154 | 154 | * |
155 | 155 | * @return <code>YES</code> if you must rescan the whole directory including its children, otherwise <code>NO</code> |
156 | 156 | * |