launch_uris_async


Description:

[ Version ( since = "2.60" ) ]
public abstract async bool launch_uris_async (List<string>? uris, AppLaunchContext? context, Cancellable? cancellable = null) throws Error

Async version of 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 launch_default_for_uri_async.

Parameters:

this

a AppInfo

uris

a List containing URIs to launch.

context

a AppLaunchContext or null

cancellable

a Cancellable

callback

a TaskReadyCallback to call when the request is done

user_data

data to pass to callback