Function: secrets-get-collections
secrets-get-collections is a byte-compiled function defined in
secrets.el.gz.
Signature
(secrets-get-collections)
Documentation
Return the object paths of all available collections.
Source Code
;; Defined in /usr/src/emacs/lisp/net/secrets.el.gz
(defun secrets-get-collections ()
"Return the object paths of all available collections."
(setq secrets-collection-paths
(or secrets-collection-paths
(dbus-get-property
:session secrets-service secrets-path
secrets-interface-service "Collections"))))