• 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ón7e987a25c5558c1d87cd75d9fba60916574c8e3e (tree)
Tiempo2010-04-04 03:01:02
AutorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Fixed method name for create and disposal of event streams.

Cambiar Resumen

Diferencia incremental

--- a/CDEvents.m
+++ b/CDEvents.m
@@ -29,9 +29,9 @@ static void CDEventsCallback(
2929 const FSEventStreamEventId eventIds[]);
3030
3131 // Creates and initiates the event stream.
32-- (void)createEventsStream;
32+- (void)createEventStream;
3333 // Disposes of the event stream.
34-- (void)disposeEventsStream;
34+- (void)disposeEventStream;
3535
3636 @end
3737