forked from quickshell/quickshell
Handles asynchronous property updates, part of the work for StatusNotifierItems.
26 lines
963 B
XML
26 lines
963 B
XML
<node>
|
|
<interface name="org.freedesktop.DBus.Properties">
|
|
<method name="Get">
|
|
<arg name="interface_name" direction="in" type="s"/>
|
|
<arg name="property_name" direction="in" type="s"/>
|
|
<arg name="value" direction="out" type="v"/>
|
|
</method>
|
|
<method name="Set">
|
|
<arg name="interface_name" direction="in" type="s"/>
|
|
<arg name="property_name" direction="in" type="s"/>
|
|
<arg name="value" direction="in" type="v"/>
|
|
</method>
|
|
<method name="GetAll">
|
|
<arg name="interface_name" direction="in" type="s"/>
|
|
<arg name="props" direction="out" type="a{sv}"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
|
</method>
|
|
|
|
<signal name="PropertiesChanged">
|
|
<arg type="s" name="interface_name"/>
|
|
<arg type="a{sv}" name="changed_properties"/>
|
|
<arg type="as" name="invalidated_properties"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap" />
|
|
</signal>
|
|
</interface>
|
|
</node>
|