<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!--
  SPDX-License-Identifier: CC0-1.0
  SPDX-FileCopyrightText: None
-->
<node>
  <interface name="org.freedesktop.portal.Settings">
    <method name="ReadAll">
      <arg type="as" name="groups" direction="in"/>
      <arg type="a{sa{sv}}" name="value" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="VariantMapMap"/>
    </method>
    <method name="Read">
      <arg type="s" name="group" direction="in"/>
      <arg type="s" name="key" direction="in"/>
      <arg type="v" name="value" direction="out"/>
    </method>
    <signal name="SettingChanged">
      <arg type="s" name="group"/>
      <arg type="s" name="key"/>
      <arg type="v" name="value"/>
    </signal>
    <property type="u" name="version" access="read"/>
  </interface>
 </node>

