Variable: tramp-gvfs-listmounttypes
tramp-gvfs-listmounttypes is a variable defined in tramp-gvfs.el.gz.
Value
"listMountTypes"
Documentation
The name of the "listMountTypes" method.
It has been changed in GVFS 1.14.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
(defconst tramp-gvfs-listmounttypes
(if (member "ListMountTypes" tramp-gvfs-methods-mounttracker)
"ListMountTypes"
"listMountTypes")
"The name of the \"listMountTypes\" method.
It has been changed in GVFS 1.14.")