Class
FoundryProcessLauncher
Instance methods
foundry_process_launcher_create_stdio_stream
Creates a stream to communicate with the subprocess using stdin/stdout.
foundry_process_launcher_set_pty_fd
Sets up a PTY for the run context that will communicate with the consumer. The consumer is the generally the widget that is rendering the PTY contents and the producer is the FD that is connected to the subprocess.
foundry_process_launcher_spawn_with_flags
Like foundry_process_launcher_spawn()
but allows specifying the
flags for the GSubprocess which may override other settings.
Signals
Signals inherited from GObject (1)
GObject::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.