UnixPipe

class UnixPipe(pointer: <Error class: unknown class><<Error class: unknown class>>) : Record

A Unix pipe. The advantage of this type over int[2] is that it can be closed automatically when it goes out of scope, using g_auto(GUnixPipe), on compilers that support that feature.

Skipped during bindings generation

  • field fds: Fields with arrays are not supported

Since

2.80

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion : RecordCompanion<UnixPipe, <Error class: unknown class>>

Properties

Link copied to clipboard
val glibUnixPipePointer: <Error class: unknown class><<Error class: unknown class>>