Variable: tramp-gvfs-mountlocation-signature

tramp-gvfs-mountlocation-signature is a variable defined in tramp-gvfs.el.gz.

Value

nil

Documentation

The D-Bus signature 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-signature
  (and tramp-gvfs-enabled
       (dbus-introspect-get-signature
	:session tramp-gvfs-service-daemon tramp-gvfs-path-mounttracker
	tramp-gvfs-interface-mounttracker tramp-gvfs-mountlocation))
  "The D-Bus signature of the \"mountLocation\" method.
It has been changed in GVFS 1.14.")