dbus-introspect-get-interface

dbus-introspect-get-interface is a compiled Lisp function in `dbus.el'.

(dbus-introspect-get-interface BUS SERVICE PATH INTERFACE)

Return the INTERFACE of SERVICE in D-Bus BUS at object path PATH.
The return value is an XML object. INTERFACE must be a string,
element of the list returned by `dbus-introspect-get-interface-names'.
The resulting "interface" object can contain "method", "signal",
"property" and "annotation" children.