FileIOStream.queryInfoAsync

Asynchronously queries the stream for a #GFileInfo. When completed, callback will be called with a #GAsyncResult which can be used to finish the operation with gio.file_iostream.FileIOStream.queryInfoFinish.

For the synchronous version of this function, see gio.file_iostream.FileIOStream.queryInfo.

class FileIOStream
void
queryInfoAsync

Parameters

attributes string

a file attribute query string.

ioPriority int

the I/O priority of the request

cancellable gio.cancellable.Cancellable

optional #GCancellable object, null to ignore.

callback gio.types.AsyncReadyCallback

a #GAsyncReadyCallback to call when the request is satisfied