Function: tramp-gvfs-gio-tool-p

tramp-gvfs-gio-tool-p is a byte-compiled function defined in tramp-gvfs.el.gz.

Signature

(tramp-gvfs-gio-tool-p VEC)

Documentation

Check, whether the gio tool is available.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
(defun tramp-gvfs-gio-tool-p (vec)
  "Check, whether the gio tool is available."
  (with-tramp-connection-property vec "gio-tool"
    (zerop (tramp-call-process vec "gio" nil nil nil "version"))))