Variable: dbus-interface-properties

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

Value

"org.freedesktop.DBus.Properties"

Documentation

The interface for property objects.

See URL https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties.

Source Code

;; Defined in /usr/src/emacs/lisp/net/dbus.el.gz
;; <interface name="org.freedesktop.DBus.Introspectable">
;;   <method name="Introspect">
;;     <arg name="data" type="s" direction="out"/>
;;   </method>
;; </interface>

(defconst dbus-interface-properties (concat dbus-interface-dbus ".Properties")
  "The interface for property objects.
See URL `https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties'.")