Function: eieio-speedbar-derive-line-path

eieio-speedbar-derive-line-path is a byte-compiled function defined in eieio-speedbar.el.gz.

Signature

(eieio-speedbar-derive-line-path ARG &rest ARGS)

Implementations

((obj ede-target) &optional depth) in `ede/speedbar.el'.

Return the path to OBJ. Optional DEPTH is the depth we start at.

((obj ede-project) &optional depth) in `ede/speedbar.el'.

Return the path to OBJ. Optional DEPTH is the depth we start at.

(object) in `eieio-speedbar.el'.

Return the path which OBJECT has something to do with.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-speedbar.el.gz
(cl-defmethod eieio-speedbar-derive-line-path (_object)
  "Return the path which OBJECT has something to do with."
  nil)