write_async
Description:
public async bool write_async (File file, int io_priority = LOW, Cancellable? cancellable = null) throws Error
Builds and writes the index to file
.
The file format is a GVariant on disk and can be loaded and searched using FuzzyIndex
.
Parameters:
this | |
file |
A File to write the index to |
io_priority |
The priority for IO operations |
cancellable |
An optional Cancellable or null |
callback |
A callback for completion or null |
user_data |
User data for |