TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 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.
int[2]
g_auto(GUnixPipe)
2.80
Optional
Static
A Unix pipe. The advantage of this type over
int[2]is that it can be closed automatically when it goes out of scope, usingg_auto(GUnixPipe), on compilers that support that feature.Since
2.80