Created
August 28, 2015 22:23
-
-
Save chergert/606790d24bc665b85e9b to your computer and use it in GitHub Desktop.
for the root object manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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