Constructor

IdeTerminalLaunchernew_for_launcher

since: 3.34

Declaration

IdeTerminalLauncher*
ide_terminal_launcher_new_for_launcher (
  IdeSubprocessLauncher* launcher
)

Description

Creates a new IdeTerminalLauncher that can be used to launch a process using the provided IdeSubprocessLauncher.

Available since: 3.34

Parameters

launcher

Type: IdeSubprocessLauncher

An IdeSubprocessLauncher.

The data is owned by the caller of the function.

Return value

Type: IdeTerminalLauncher

An IdeTerminalLauncher.

The caller of the function takes ownership of the data, and is responsible for freeing it.