launchUrisAsync

open fun launchUrisAsync(uris: <Error class: unknown class>? = null, context: AppLaunchContext? = null, cancellable: Cancellable? = null, callback: AsyncReadyCallback)

Async version of g_app_info_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 g_app_info_launch_default_for_uri_async().

Since

2.60

Parameters

uris

a #GList containing URIs to launch.

context

a #GAppLaunchContext or null

cancellable

a #GCancellable

callback

a #GAsyncReadyCallback to call when the request is done