Variable: dbus-path-emacs
dbus-path-emacs is a variable defined in dbus.el.gz.
Value
"/org/gnu/Emacs"
Documentation
The object path namespace used by Emacs.
All object paths provided by the service dbus-service-emacs
shall be subdirectories of this path.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dbus.el.gz
(defconst dbus-path-emacs "/org/gnu/Emacs"
"The object path namespace used by Emacs.
All object paths provided by the service `dbus-service-emacs'
shall be subdirectories of this path.")