| 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.Gst.Structs.ValueTable
Contents
Description
VTable for the #GValue @type.
- newtype ValueTable = ValueTable (ForeignPtr ValueTable)
- newZeroValueTable :: MonadIO m => m ValueTable
- noValueTable :: Maybe ValueTable
- valueTableReadType :: ValueTable -> IO GType
Exported types
newtype ValueTable Source
Constructors
| ValueTable (ForeignPtr ValueTable) |
Instances
| ((~) * info (ResolveValueTableMethod t ValueTable), MethodInfo * info ValueTable p) => IsLabel t (ValueTable -> p) Source | |
| ((~) * info (ResolveValueTableMethod t ValueTable), MethodInfo * info ValueTable p) => IsLabelProxy t (ValueTable -> p) Source | |
newZeroValueTable :: MonadIO m => m ValueTable Source
Construct a ValueTable struct initialized to zero.