• 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

Revisionc97f7d017f580579220bbc698702897567c3f3cd (tree)
Time2010-04-04 00:13:36
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Marked +lastEventIdentifierForURL:time: to be included in 1.1.0 instead of 1.0.0.

Change Summary

Incremental Difference

--- a/CDEvents.h
+++ b/CDEvents.h
@@ -170,7 +170,7 @@
170170 *
171171 * @see FSEventsGetLastEventIdForDeviceBeforeTime(dev_t, CFAbsoluteTime)
172172 *
173- * @since 1.0.0
173+ * @since 1.1.0
174174 */
175175 + (CDEventIdentifier)lastEventIdentifierForURL:(NSURL *)URL time:(NSDate *)time;
176176