launchUrisAsync
open fun launchUrisAsync(uris: <Error class: unknown class>? = null, context: AppLaunchContext? = null, cancellable: Cancellable? = null, callback: AsyncReadyCallback)
Async version of method@Gio.AppInfo.launch_uris.
The @callback is invoked immediately after the application launch, but it waits for activation in case of D-Bus–activated applications and also provides extended error information for sandboxed applications, see notes for func@Gio.AppInfo.launch_default_for_uri_async.
Since
2.60
Parameters
uris
a list of URIs to launch.
context
the launch context
cancellable
a class@Gio.Cancellable
callback
a type@Gio.AsyncReadyCallback to call when the request is done