API Version: 47
Library Version: 47
Generated by gi-docgen 2023.3
void ide_run_context_set_pty_fd ( IdeRunContext* self, int consumer_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.
consumer_fd
Type: int
int
The FD of the PTY consumer.