Warning, /network/kio-extras/mtp/shared/org.kde.kmtp.daemon.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC
0002 "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0003 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0004 
0005 <!--
0006     This file is part of the KMTP framework, part of the KDE project.
0007 
0008     SPDX-FileCopyrightText: 2018 Andreas Krutzler <andreas.krutzler@gmx.net>
0009 
0010     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0011 -->
0012 
0013 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
0014 
0015     <!-- org.kde.kmtp.Daemon:
0016         @short_description: KMTP daemon access API
0017 
0018         This D-Bus interface is used to access the KMTP daemon.
0019     -->
0020     <interface name="org.kde.kmtp.Daemon">
0021 
0022         <!-- version: The libmtp version.
0023         -->
0024         <property name="version" type="s" access="read"/>
0025 
0026         <!-- listDevices: The currently discovered and connected devices in the daemon.
0027             @devices: A list of the currently accessible devices represented as an array of D-Bus object paths.
0028         -->
0029         <method name="listDevices">
0030             <arg direction="out" type="ao" name="devices" />
0031         </method>
0032 
0033         <signal name="devicesChanged" />
0034 
0035         </interface>
0036 </node>