Class (GI Struct)

GLib-2.0GLibUnixPipeSince 2.80

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.

2.80

Index

Constructors

Properties

Constructors

Properties

fds: number[]
$gtype: GType<UnixPipe>