Function: file-notify--event
file-notify--event is a byte-compiled function defined in
filenotify.el.gz.
Signature
(file-notify--event CL-X)
Documentation
Access slot "-event" of file-notify struct CL-X.
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)