Warning, /frameworks/kirigami/src/platform/org.freedesktop.portal.Settings.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 <!--
0004   SPDX-License-Identifier: CC0-1.0
0005   SPDX-FileCopyrightText: None
0006 -->
0007 <node>
0008   <interface name="org.freedesktop.portal.Settings">
0009     <method name="ReadAll">
0010       <arg type="as" name="groups" direction="in"/>
0011       <arg type="a{sa{sv}}" name="value" direction="out"/>
0012       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="VariantMapMap"/>
0013     </method>
0014     <method name="Read">
0015       <arg type="s" name="group" direction="in"/>
0016       <arg type="s" name="key" direction="in"/>
0017       <arg type="v" name="value" direction="out"/>
0018     </method>
0019     <signal name="SettingChanged">
0020       <arg type="s" name="group"/>
0021       <arg type="s" name="key"/>
0022       <arg type="v" name="value"/>
0023     </signal>
0024     <property type="u" name="version" access="read"/>
0025   </interface>
0026  </node>
0027