launch_with_context


Description:


public bool launch_with_context (DesktopAppInfo app_info, AppLaunchContext cxt, List<string>? uris)

Allow you to launch an DesktopAppInfo with list of URIs and with provided AppLaunchContext.

You most likely will not want this, and use launch instead.

Parameters:

app_info

a DesktopAppInfo

cxt

a AppLaunchContext for launching application

uris

list of URI identifiers to passing to programs for launching

Returns:

true on successful launch, false otherwise.


Namespace: ValaPanel
Package: vala-panel