Function: secrets-get-item-properties

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

Signature

(secrets-get-item-properties ITEM-PATH)

Documentation

Return all properties of item identified by ITEM-PATH.

Source Code

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