FuzzyIndexBuilder.writeAsync

Builds and writes the index to @file. The file format is a GVariant on disk and can be loaded and searched using #FuzzyIndex.

class FuzzyIndexBuilder
void
writeAsync
(
FileIF file
,,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

file
Type: FileIF

A #GFile to write the index to

ioPriority
Type: int

The priority for IO operations

cancellable
Type: Cancellable

An optional #GCancellable or %NULL

callback
Type: GAsyncReadyCallback

A callback for completion or %NULL

userData
Type: void*

User data for @callback

Meta