Variable: tramp-gvfs-methods-mounttracker
tramp-gvfs-methods-mounttracker is a variable defined in
tramp-gvfs.el.gz.
Value
nil
Documentation
The list of supported methods of the mount tracking interface.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
;; Introspection data exist since GVFS 1.14. If there are no such
;; data, we expect an earlier interface.
(defconst tramp-gvfs-methods-mounttracker
(and tramp-gvfs-enabled
(dbus-introspect-get-method-names
:session tramp-gvfs-service-daemon tramp-gvfs-path-mounttracker
tramp-gvfs-interface-mounttracker))
"The list of supported methods of the mount tracking interface.")