Function: secrets-get-collection-properties

secrets-get-collection-properties is a byte-compiled function defined in secrets.el.gz.

Signature

(secrets-get-collection-properties COLLECTION-PATH)

Documentation

Return all properties of collection identified by COLLECTION-PATH.

Source Code

;; Defined in /usr/src/emacs/lisp/net/secrets.el.gz
(defun secrets-get-collection-properties (collection-path)
  "Return all properties of collection identified by COLLECTION-PATH."
  (unless (secrets-empty-path collection-path)
    (dbus-get-all-properties
     :session secrets-service collection-path
     secrets-interface-collection)))