UnixFDList.this

Creates a new GUnixFDList containing the file descriptors given in fds. The file descriptors become the property of the new list and may no longer be used by the caller. The array itself is owned by the caller. Each file descriptor in the array should be set to close-on-exec. If n_fds is -1 then fds must be terminated with -1. Since 2.24

  1. this(GUnixFDList* gUnixFDList)
  2. this(int[] fds)
    class UnixFDList
    this
    (
    int[] fds
    )
  3. this()

Parameters

fds int[]

the initial list of file descriptors. [array length=n_fds]

Throws

ConstructionException GTK+ fails to create the object.

Meta