• 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

Revision8c85f25e562a317493e8d201dea5f40540e533cb (tree)
Time2010-04-04 03:29:37
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Changed the lastEvent property in CDEvents to be readwrite (retain).

Change Summary

Incremental Difference

--- a/CDEvents.h
+++ b/CDEvents.h
@@ -133,7 +133,7 @@
133133 *
134134 * @since 1.0.0
135135 */
136-@property (readonly) CDEvent *lastEvent;
136+@property (retain) CDEvent *lastEvent;
137137
138138 /**
139139 * The URLs that we watch for events.