Pty.this

Creates a new VtePty for the PTY master fd. No entry will be made in the lastlog, utmp or wtmp system files. Note that the newly created VtePty will take ownership of fd and close it on finalize.

  1. this(VtePty* vtePty)
  2. this(VtePtyFlags flags)
  3. this(int fd)
    class Pty
    this
    (
    int fd
    )

Parameters

fd int

a file descriptor to the PTY. [transfer full]

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta