Variable: tramp-gvfs-mountlocation
tramp-gvfs-mountlocation is a variable defined in tramp-gvfs.el.gz.
Value
"mountLocation"
Documentation
The name of the "mountLocation" 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-mountlocation
(if (member "MountLocation" tramp-gvfs-methods-mounttracker)
"MountLocation"
"mountLocation")
"The name of the \"mountLocation\" method.
It has been changed in GVFS 1.14.")