AppInfo.launchUrisAsync

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.

interface AppInfo
void
launchUrisAsync

Parameters

uris string[]

a #GList containing URIs to launch.

context gio.app_launch_context.AppLaunchContext

a #GAppLaunchContext or null

cancellable gio.cancellable.Cancellable

a #GCancellable

callback gio.types.AsyncReadyCallback

a #GAsyncReadyCallback to call when the request is done