| 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.GObject.Unions.TypeCValue
Description
- newtype TypeCValue = TypeCValue (ForeignPtr TypeCValue)
- noTypeCValue :: Maybe TypeCValue
- typeCValueReadVDouble :: TypeCValue -> IO Double
- typeCValueReadVInt :: TypeCValue -> IO Int32
- typeCValueReadVInt64 :: TypeCValue -> IO Int64
- typeCValueReadVLong :: TypeCValue -> IO Int64
- typeCValueReadVPointer :: TypeCValue -> IO (Ptr ())
Exported types
newtype TypeCValue Source
Constructors
| TypeCValue (ForeignPtr TypeCValue) |
Properties
VDouble
VInt
VInt64
VLong
VPointer
typeCValueReadVPointer :: TypeCValue -> IO (Ptr ()) Source