Function
Idepty_new_sync
Description
Creates a new VtePty
suitable for Builder to be able to pass the
PTY across PTY namespaces on Linux.
Use this instead of vte_pty_new_sync()
or similar.
Return value
Type: VtePty
A VtePty
if successful, otherwise NULL
and error
is set.
The caller of the function takes ownership of the data, and is responsible for freeing it. |