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 g_file_io_stream_query_info_finish(). For the synchronous version of this function, see g_file_io_stream_query_info(). Since 2.22

class FileIOStream
void
queryInfoAsync

Parameters

attributes string

a file attribute query string.

ioPriority int

the I/O priority of the request.

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

callback GAsyncReadyCallback

callback to call when the request is satisfied. [scope async]

userData void*

the data to pass to callback function. closure

Meta