Function
IdePtyInterceptcreate_slave
Description
This creates a new slave to the PTY master master_fd
.
This uses grantpt(), unlockpt(), and ptsname()
to open a new
PTY slave.
Available since: | 3.32 |
Parameters
master_fd |
IdePtyFd |
A pty master. |
|
blocking |
gboolean |
Use |
Return value
Returns: | IdePtyFd |
A FD for the slave PTY that should be closed with close().
Upon error, |