Variable: tramp-media-methods
tramp-media-methods is a variable defined in tramp-gvfs.el.gz.
Value
("afc" "gphoto2" "mtp")
Documentation
List of GVFS methods which are covered by the "mtp" method.
They are checked during start up via
tramp-gvfs-interface-remotevolumemonitor.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
;;;###tramp-autoload
(defvar tramp-media-methods '("afc" "gphoto2" "mtp")
"List of GVFS methods which are covered by the \"mtp\" method.
They are checked during start up via
`tramp-gvfs-interface-remotevolumemonitor'.")