• 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ón963b07a57378d98e1e6c3595c10efafd11de3061 (tree)
Tiempo2010-04-10 10:18:53
AutorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Changed the formatting of the API documentation of mustRescanSubDirectories a bit.

Cambiar Resumen

Diferencia incremental

--- a/CDEvent.h
+++ b/CDEvent.h
@@ -147,10 +147,10 @@ typedef FSEventStreamEventFlags CDEventFlags;
147147 * events were coalesced hierarchically. For example, an event in
148148 * <code>/Users/jsmith/Music</code> and an event in
149149 * <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>.
154154 *
155155 * @return <code>YES</code> if you must rescan the whole directory including its children, otherwise <code>NO</code>
156156 *