Gio.File::query_info_finish

function vfunc_query_info_finish(res: Gio.AsyncResult): Gio.FileInfo {
}
  

Finishes an asynchronous file info query. See Gio.File.prototype.query_info_async.

res

a Gio.AsyncResult

Returns

Gio.FileInfo for given file or null on error. Free the returned object with GObject.Object.prototype.unref.