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.
28 lines
1.2 KiB
28 lines
1.2 KiB
<?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"> |
|
<!-- GDBus 2.32.4 --> |
|
<node> |
|
<interface name="org.freedesktop.DBus.Properties"> |
|
<method name="Get"> |
|
<arg type="s" name="interface_name" direction="in"/> |
|
<arg type="s" name="property_name" direction="in"/> |
|
<arg type="v" name="value" direction="out"/> |
|
</method> |
|
<method name="GetAll"> |
|
<arg type="s" name="interface_name" direction="in"/> |
|
<arg type="a{sv}" name="properties" direction="out"/> |
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap" /> |
|
</method> |
|
<method name="Set"> |
|
<arg type="s" name="interface_name" direction="in"/> |
|
<arg type="s" name="property_name" direction="in"/> |
|
<arg type="v" name="value" direction="in"/> |
|
</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>
|
|
|