]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/fsevents/fsevents.factor
change add-init-hook to add-startup-hook, new add-shutdown-hook word
[factor.git] / basis / core-foundation / fsevents / fsevents.factor
index 6f5484fb77199198a60899a3882c2c60beb2f7eb..e7a7962e6e72ac84a7604514c0f37ba75c3a425b 100755 (executable)
@@ -156,7 +156,7 @@ SYMBOL: event-stream-callbacks
 [
     event-stream-callbacks
     [ [ drop expired? not ] assoc-filter H{ } assoc-like ] change-global
-] "core-foundation" add-init-hook
+] "core-foundation" add-startup-hook
 
 : add-event-source-callback ( quot -- id )
     event-stream-counter <alien>