Variable: tramp-gio-events
tramp-gio-events is a variable defined in tramp.el.gz.
Value
("attribute-changed" "changed" "changes-done-hint" "created" "deleted"
"moved" "pre-unmount" "unmounted")
Documentation
List of events "gio monitor" could send.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; This is used in tramp-gvfs.el and tramp-sh.el.
(defconst tramp-gio-events
'("attribute-changed" "changed" "changes-done-hint"
"created" "deleted" "moved" "pre-unmount" "unmounted")
"List of events \"gio monitor\" could send.")