Function: make-file-notify

make-file-notify is a byte-compiled function defined in filenotify.el.gz.

Signature

(make-file-notify &key -EVENT -CALLBACK)

Documentation

Constructor for objects of type file-notify.

Source Code

;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
(cl-defstruct (file-notify (:type list) :named)
  "A file system monitoring event, coming from the backends."
  -event -callback)