You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
<!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.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="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> |
|
<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> |
|
<signal name="PropertiesChanged"> |
|
<arg type="s" name="interface_name"/> |
|
<arg type="a{sv}" name="changed_properties"/> |
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap" /> |
|
<arg type="as" name="invalidated_properties"/> |
|
</signal> |
|
</interface> |
|
</node>
|
|
|