Skip to content

Instantly share code, notes, and snippets.

@chergert
Created August 28, 2015 22:23
Show Gist options
  • Save chergert/606790d24bc665b85e9b to your computer and use it in GitHub Desktop.
Save chergert/606790d24bc665b85e9b to your computer and use it in GitHub Desktop.
for the root object manager
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node><interface name="org.freedesktop.DBus.Introspectable"><method name="Introspect"><arg name="xml" type="s" direction="out"/>
</method></interface><interface name="org.freedesktop.DBus.ObjectManager"><method name="GetManagedObjects"><arg name="objects" type="a{oa{sa{sv}}}" direction="out"/>
</method><signal name="InterfacesAdded"><arg name="object" type="o"/>
<arg name="interfaces" type="a{sa{sv}}"/>
</signal>
<signal name="InterfacesRemoved"><arg name="object" type="o"/>
<arg name="interfaces" type="as"/>
</signal>
</interface><node name="org"/></node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment