Warning, /libraries/kcgroups/src/dbus/org.freedesktop.DBus.Properties.xml is written in an unsupported language. File is not indexed.

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