| 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.Structs.TypeValueTable
- newtype TypeValueTable = TypeValueTable (ForeignPtr TypeValueTable)
- newZeroTypeValueTable :: MonadIO m => m TypeValueTable
- noTypeValueTable :: Maybe TypeValueTable
- typeValueTableClearCollectFormat :: MonadIO m => TypeValueTable -> m ()
- typeValueTableCollectFormat :: AttrLabelProxy "collectFormat"
- typeValueTableReadCollectFormat :: MonadIO m => TypeValueTable -> m (Maybe Text)
- typeValueTableWriteCollectFormat :: MonadIO m => TypeValueTable -> CString -> m ()
- typeValueTableClearLcopyFormat :: MonadIO m => TypeValueTable -> m ()
- typeValueTableLcopyFormat :: AttrLabelProxy "lcopyFormat"
- typeValueTableReadLcopyFormat :: MonadIO m => TypeValueTable -> m (Maybe Text)
- typeValueTableWriteLcopyFormat :: MonadIO m => TypeValueTable -> CString -> m ()
Exported types
newtype TypeValueTable Source #
Constructors
| TypeValueTable (ForeignPtr TypeValueTable) |
Instances
| WrappedPtr TypeValueTable Source # | |
| (~) AttrOpTag tag AttrSet => Constructible TypeValueTable tag Source # | |
| ((~) * info (ResolveTypeValueTableMethod t TypeValueTable), MethodInfo * info TypeValueTable p) => IsLabel t (TypeValueTable -> p) Source # | |
| ((~) * info (ResolveTypeValueTableMethod t TypeValueTable), MethodInfo * info TypeValueTable p) => IsLabelProxy t (TypeValueTable -> p) Source # | |
| type AttributeList TypeValueTable Source # | |
newZeroTypeValueTable :: MonadIO m => m TypeValueTable Source #
Construct a TypeValueTable struct initialized to zero.
noTypeValueTable :: Maybe TypeValueTable Source #
Properties
CollectFormat
typeValueTableClearCollectFormat :: MonadIO m => TypeValueTable -> m () Source #
typeValueTableCollectFormat :: AttrLabelProxy "collectFormat" Source #
typeValueTableReadCollectFormat :: MonadIO m => TypeValueTable -> m (Maybe Text) Source #
typeValueTableWriteCollectFormat :: MonadIO m => TypeValueTable -> CString -> m () Source #
LcopyFormat
typeValueTableClearLcopyFormat :: MonadIO m => TypeValueTable -> m () Source #
typeValueTableLcopyFormat :: AttrLabelProxy "lcopyFormat" Source #
typeValueTableReadLcopyFormat :: MonadIO m => TypeValueTable -> m (Maybe Text) Source #
typeValueTableWriteLcopyFormat :: MonadIO m => TypeValueTable -> CString -> m () Source #