Class
IdeTerminalLauncher
Constructors
ide_terminal_launcher_new
Create a new IdeTerminalLauncher
that will spawn a terminal on the host.
ide_terminal_launcher_new_for_config
Create a new IdeTerminalLauncher
that will spawn a terminal in the runtime
of the configuration with various build options applied.
ide_terminal_launcher_new_for_debug
Create a new IdeTerminalLauncher
that will spawn a terminal on the host.
ide_terminal_launcher_new_for_launcher
Creates a new IdeTerminalLauncher
that can be used to launch a process
using the provided IdeSubprocessLauncher
.
Available since: 3.34
ide_terminal_launcher_new_for_runner
Create a new IdeTerminalLauncher
that will spawn a terminal in the runtime
but with a “runner” context similar to how the application would execute.
ide_terminal_launcher_new_for_runtime
Create a new IdeTerminalLauncher
that will spawn a terminal in the runtime.
Instance methods
ide_terminal_launcher_can_respawn
ide_terminal_launcher_get_args
ide_terminal_launcher_get_cwd
ide_terminal_launcher_get_shell
ide_terminal_launcher_get_title
ide_terminal_launcher_set_args
ide_terminal_launcher_set_cwd
ide_terminal_launcher_set_shell
ide_terminal_launcher_set_title
ide_terminal_launcher_spawn_async
ide_terminal_launcher_spawn_finish
Completes a request to ide_terminal_launcher_spawn_async()
Available since: 3.34
Properties
Ide.TerminalLauncher:args
Ide.TerminalLauncher:cwd
Ide.TerminalLauncher:shell
Ide.TerminalLauncher:title
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.