Warning, /plasma/plasma-disks/src/kcm/org.freedesktop.DBus.Properties.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!--
0003   SPDX-License-Identifier: CC0-1.0
0004   SPDX-FileCopyrightText: none
0005 -->
0006 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0007 <node>
0008   <interface name="org.freedesktop.DBus.Properties">
0009     <method name="Get">
0010       <arg type="s" name="interface_name" direction="in"/>
0011       <arg type="s" name="property_name" direction="in"/>
0012       <arg type="v" name="value" direction="out"/>
0013     </method>
0014     <method name="GetAll">
0015       <arg type="s" name="interface_name" direction="in"/>
0016       <arg type="a{sv}" name="properties" direction="out"/>
0017       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap" />
0018     </method>
0019     <method name="Set">
0020       <arg type="s" name="interface_name" direction="in"/>
0021       <arg type="s" name="property_name" direction="in"/>
0022       <arg type="v" name="value" direction="in"/>
0023     </method>
0024     <signal name="PropertiesChanged">
0025       <arg type="s" name="interface_name"/>
0026       <arg type="a{sv}" name="changed_properties"/>
0027       <arg type="as" name="invalidated_properties"/>
0028       <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap" />
0029     </signal>
0030   </interface>
0031 </node>