UnixOutputStream.this

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

  1. this(GUnixOutputStream* gUnixOutputStream)
  2. this(int fd, int closeFd)
    class UnixOutputStream
    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