Function: semantic-decoration-get-property
semantic-decoration-get-property is a byte-compiled function defined
in mode.el.gz.
Signature
(semantic-decoration-get-property DECO PROPERTY)
Documentation
Return the DECO decoration's PROPERTY value.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
(defsubst semantic-decoration-get-property (deco property)
"Return the DECO decoration's PROPERTY value."
(cl-assert (semantic-decoration-p deco))
(overlay-get deco property))