Gio.AsyncReadyCallback

function onAsyncReadyCallback(source_object: GObject.Object, res: Gio.AsyncResult): void {
}
  

Type definition for a function that will be called back when an asynchronous operation within GIO has been completed.

source_object

the object the asynchronous operation was started with.

res

a Gio.AsyncResult.