Variable: tramp-gvfs-file-system-attributes

tramp-gvfs-file-system-attributes is a variable defined in tramp-gvfs.el.gz.

Value

("filesystem::free" "filesystem::size" "filesystem::used")

Documentation

GVFS file system attributes.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
(defconst tramp-gvfs-file-system-attributes
  '("filesystem::free"
    "filesystem::size"
    "filesystem::used")
  "GVFS file system attributes.")