blob: 5231a81a2439b8badd7d0935db619a4bdfb24e7b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2020 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/Spaced">
<interface name="org.chromium.Spaced">
<method name="GetFreeDiskSpace">
<tp:docstring>
Get free disk space available for the given file path.
</tp:docstring>
<arg name="path" type="s" direction="in"/>
<arg name="reply" type="t" direction="out"/>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
<method name="GetTotalDiskSpace">
<tp:docstring>
Get total disk space available.
</tp:docstring>
<arg name="path" type="s" direction="in"/>
<arg name="reply" type="t" direction="out"/>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
<method name="GetRootDeviceSize">
<tp:docstring>
Get the size of the root storage device.
</tp:docstring>
<arg name="reply" type="t" direction="out"/>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
</interface>
</node>