Package: gio

Function gio:app-info-launch-uris

Lambda List

gio:app-info-launch-uris (info uris context)

Arguments

info -- a g:app-info instance
uris -- a list of strings with the containing URIs to launch
context -- a g:app-launch-context instance or nil

Return Value

True on successful launch, false otherwise.

Details

Launches the application. This passes the URIs to the launched application as arguments, using the optional context to get information about the details of the launcher, like what screen it is on.

To launch the application without arguments pass a nil URIs list.

Note that even if the launch is successful the application launched can fail to start if it runs into problems during startup. There is no way to detect this.
 

See also

#2024-12-22