blob: 7b86c6d6efcb6516ddcef7670d096f94621b995b [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.FuseBoxClient">
<method name="ReadDirBatchResponse">
<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>
</interface>
</node>