Variable: dbus-interface-local

dbus-interface-local is a variable defined in dbus.el.gz.

Value

"org.freedesktop.DBus.Local"

Documentation

An interface whose methods can only be invoked by the local implementation.

Source Code

;; Defined in /usr/src/emacs/lisp/net/dbus.el.gz
;; <interface name="org.freedesktop.DBus.Monitoring">
;;   <method name="BecomeMonitor">
;;     <arg name="rule" type="as" direction="in"/>
;;     <arg name="flags" type="u" direction="in"/> ;; Not used, must be 0.
;;   </method>
;; </interface>

(defconst dbus-interface-local (concat dbus-interface-dbus ".Local")
  "An interface whose methods can only be invoked by the local implementation.")