blob: 1fab459f4d1bb9443682fb20e594d2b63ff2d733 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2021 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<node name="/org/chromium/Dlp"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.Dlp">
<method name="SetDlpFilesPolicy">
<tp:docstring>
Sets the Data Leak Prevention files policy.
</tp:docstring>
<arg name="request" type="ay" direction="in">
Serialized SetDlpFilesPolicyRequest message.
</arg>
<arg name="response" type="ay" direction="out">
Serialized SetDlpFilesPolicyResponse message.
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple" />
</method>
<method name="AddFile">
<tp:docstring>
Adds file together with it's source to the database.
</tp:docstring>
<arg name="request" type="ay" direction="in">
Serialized AddFileRequest message.
</arg>
<arg name="response" type="ay" direction="out">
Serialized AddFileResponse message.
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple" />
</method>
</interface>
</node>