syncthingtray/syncthingconnector/org.freedesktop.DBus.Proper...

27 lines
1.1 KiB
XML

<node>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface" direction="in" type="s" />
<arg name="property" direction="in" type="s" />
<arg name="value" direction="out" type="v" />
</method>
<method name="GetAll">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
<arg name="interface" direction="in" type="s" />
<arg name="properties" direction="out" type="a{sv}" />
</method>
<method name="Set">
<arg name="interface" direction="in" type="s" />
<arg name="property" direction="in" type="s" />
<arg name="value" direction="in" type="v" />
</method>
<signal name="PropertiesChanged">
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
<arg type="s" name="interface" />
<arg type="a{sv}" name="changed_properties" />
<arg type="as" name="invalidated_properties" />
</signal>
</interface>
</node>