blob: 0e6a0c3f40c5195acd75c501eb3974816c95671d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.FuseBoxReverseService">
<method name="ReplyToReadDir">
<arg name="handle" type="t" direction="in">
<tp:docstring>
uint64_t handle (opendir(2) file handle).
</tp:docstring>
</arg>
<arg name="result" type="i" direction="in">
<tp:docstring>
int32_t(base::File::Error) result.
</tp:docstring>
</arg>
<arg name="list" type="ay" direction="in">
<tp:docstring>
fusebox::DirEntryListProto list.
</tp:docstring>
</arg>
<arg name="has_more" type="b" direction="in">
<tp:docstring>
False when this batch response stream ends.
</tp:docstring>
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
<method name="AttachStorage">
<arg name="name" type="s" direction="in">
<tp:docstring>
Attach storage device.
</tp:docstring>
</arg>
<arg name="error" type="i" direction="out">
<tp:docstring>
Result errno code.
</tp:docstring>
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
<method name="DetachStorage">
<arg name="name" type="s" direction="in">
<tp:docstring>
Detach storage device.
</tp:docstring>
</arg>
<arg name="error" type="i" direction="out">
<tp:docstring>
Result errno code.
</tp:docstring>
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
</interface>
</node>