Warning, /frameworks/bluez-qt/src/interfaces/org.freedesktop.DBus.Properties.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0"?>
0002 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <!-- GDBus 2.32.4 -->
0004 <node>
0005 <interface name="org.freedesktop.DBus.Properties">
0006 <method name="Get">
0007 <arg type="s" name="interface_name" direction="in"/>
0008 <arg type="s" name="property_name" direction="in"/>
0009 <arg type="v" name="value" direction="out"/>
0010 </method>
0011 <method name="GetAll">
0012 <arg type="s" name="interface_name" direction="in"/>
0013 <arg type="a{sv}" name="properties" direction="out"/>
0014 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap" />
0015 </method>
0016 <method name="Set">
0017 <arg type="s" name="interface_name" direction="in"/>
0018 <arg type="s" name="property_name" direction="in"/>
0019 <arg type="v" name="value" direction="in"/>
0020 </method>
0021 <signal name="PropertiesChanged">
0022 <arg type="s" name="interface_name"/>
0023 <arg type="a{sv}" name="changed_properties"/>
0024 <arg type="as" name="invalidated_properties"/>
0025 <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap" />
0026 </signal>
0027 </interface>
0028 </node>