| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GLib.Structs.IOFuncs
Contents
Description
A table of functions used to handle different types of #GIOChannel in a generic way.
- newtype IOFuncs = IOFuncs (ForeignPtr IOFuncs)
- newZeroIOFuncs :: MonadIO m => m IOFuncs
- noIOFuncs :: Maybe IOFuncs
Exported types
Constructors
| IOFuncs (ForeignPtr IOFuncs) |
Instances
| WrappedPtr IOFuncs | |
| (~) AttrOpTag tag AttrSet => Constructible IOFuncs tag | |
| ((~) * info (ResolveIOFuncsMethod t IOFuncs), MethodInfo * info IOFuncs p) => IsLabelProxy t (IOFuncs -> p) | |
| type AttributeList IOFuncs |
newZeroIOFuncs :: MonadIO m => m IOFuncs Source
Construct a IOFuncs struct initialized to zero.