Variable: tramp-gvfs-mounttypes
tramp-gvfs-mounttypes is a variable defined in tramp-gvfs.el.gz.
Value
nil
Documentation
The list of supported mount types of the mount tracking interface.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
(defconst tramp-gvfs-mounttypes
(and tramp-gvfs-enabled
(dbus-call-method
:session tramp-gvfs-service-daemon tramp-gvfs-path-mounttracker
tramp-gvfs-interface-mounttracker tramp-gvfs-listmounttypes))
"The list of supported mount types of the mount tracking interface.")