Warning, /libraries/kunifiedpush/src/interfaces/org.unifiedpush.Distributor1.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <!--
0003     SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 -->
0006 <node>
0007   <interface name="org.unifiedpush.Distributor1">
0008     <method name="Register">
0009       <arg name="serviceName" type="s" direction="in"/>
0010       <arg name="token" type="s" direction="in"/>
0011       <arg name="description" type="s" direction="in"/>
0012       <arg name="registrationResult" type="s" direction="out"/>
0013       <arg name="registrationResultReason" type="s" direction="out"/>
0014     </method>
0015     <method name="Unregister">
0016       <arg name="token" type="s" direction="in"/>
0017       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0018     </method>
0019   </interface>
0020 </node>