AppInfo.launchUrisAsync

void launchUrisAsync(string[] uris = null, gio.app_launch_context.AppLaunchContext context = null, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

Async version of [gio.app_info.AppInfo.launchUris].

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 [gio.app_info.AppInfo.launchDefaultForUriAsync].

Parameters

urisa #GList containing URIs to launch.
contexta #GAppLaunchContext or null
cancellablea #GCancellable
callbacka #GAsyncReadyCallback to call when the request is done