Function: tramp-goa-account-user
tramp-goa-account-user is a byte-compiled function defined in
tramp-gvfs.el.gz.
Signature
(tramp-goa-account-user CL-X)
Documentation
Access slot "user" of tramp-goa-account struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
;; <interface name='org.gnome.OnlineAccounts.Manager'>
;; <method name='AddAccount'>
;; <arg type='s' name='provider' direction='in'/>
;; <arg type='s' name='identity' direction='in'/>
;; <arg type='s' name='presentation_identity' direction='in'/>
;; <arg type='a{sv}' name='credentials' direction='in'/>
;; <arg type='a{ss}' name='details' direction='in'/>
;; <arg type='o' name='account_object_path' direction='out'/>
;; </method>
;; </interface>
;; The basic structure for GNOME Online Accounts.
(cl-defstruct (tramp-goa-account (:type list) :named) method user host port)