| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.GLib.Structs.UnixPipe
Contents
Description
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.
Since: 2.80
Exported types
Memory-managed wrapper type.
Instances
| Eq UnixPipe Source # | |
| BoxedPtr UnixPipe Source # | |
Defined in GI.GLib.Structs.UnixPipe | |
| CallocPtr UnixPipe Source # | |
Defined in GI.GLib.Structs.UnixPipe Methods boxedPtrCalloc :: IO (Ptr UnixPipe) | |
| ManagedPtrNewtype UnixPipe Source # | |
Defined in GI.GLib.Structs.UnixPipe Methods toManagedPtr :: UnixPipe -> ManagedPtr UnixPipe | |
| tag ~ 'AttrSet => Constructible UnixPipe tag Source # | |