UnixInputStream.this

Creates a new GUnixInputStream for the given fd. If close_fd is TRUE, the file descriptor will be closed when the stream is closed.

  1. this(GUnixInputStream* gUnixInputStream)
  2. this(int fd, int closeFd)
    class UnixInputStream
    this
    (
    int fd
    ,)

Parameters

fd int

a UNIX file descriptor

closeFd int

TRUE to close the file descriptor when done

Throws

ConstructionException GTK+ fails to create the object.

Meta