Variable: tramp-gvfs-password-need-password
tramp-gvfs-password-need-password is a variable defined in
tramp-gvfs.el.gz.
Value
1
Documentation
Operation requires a password.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
;; <interface name='org.gtk.vfs.MountOperation'>
;; <method name='askPassword'>
;; <arg name='message' type='s' direction='in'/>
;; <arg name='default_user' type='s' direction='in'/>
;; <arg name='default_domain' type='s' direction='in'/>
;; <arg name='flags' type='u' direction='in'/>
;; <arg name='handled' type='b' direction='out'/>
;; <arg name='aborted' type='b' direction='out'/>
;; <arg name='password' type='s' direction='out'/>
;; <arg name='username' type='s' direction='out'/>
;; <arg name='domain' type='s' direction='out'/>
;; <arg name='anonymous' type='b' direction='out'/>
;; <arg name='password_save' type='u' direction='out'/>
;; </method>
;; <method name='askQuestion'>
;; <arg name='message' type='s' direction='in'/>
;; <arg name='choices' type='as' direction='in'/>
;; <arg name='handled' type='b' direction='out'/>
;; <arg name='aborted' type='b' direction='out'/>
;; <arg name='choice' type='u' direction='out'/>
;; </method>
;; </interface>
;; The following flags are used in "askPassword". They are defined in
;; /usr/include/glib-2.0/gio/gioenums.h.
(defconst tramp-gvfs-password-need-password 1
"Operation requires a password.")