2018-02-27 18:06:05 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
|
|
<node>
|
2019-03-22 23:12:41 +01:00
|
|
|
<interface name="org.freedesktop.DBus.ObjectManager">
|
|
|
|
<method name="GetManagedObjects">
|
|
|
|
<arg name="objects" type="a{oa{sa{sv}}}" direction="out" />
|
|
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ManagedObjectList" />
|
|
|
|
</method>
|
|
|
|
<signal name="InterfacesAdded">
|
|
|
|
<arg name="object" type="o" />
|
2021-04-21 16:05:23 +02:00
|
|
|
<arg name="interfaces" type="a{sa{sv}}" direction="out" />
|
|
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="InterfacesAndProperties" />
|
2019-03-22 23:12:41 +01:00
|
|
|
</signal>
|
|
|
|
<signal name="InterfacesRemoved">
|
|
|
|
<arg type="o" name="object_path" />
|
|
|
|
<arg type="as" name="interfaces" />
|
|
|
|
</signal>
|
|
|
|
</interface>
|
2018-02-27 18:06:05 +01:00
|
|
|
</node>
|