gi-gobject-2.0.2: GObject bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GObject.Structs.TypeValueTable

Contents

Description

The GValue implementation, to serve as a container for values of a type.

Synopsis

Exported types

newtype TypeValueTable Source #

Constructors

TypeValueTable (ForeignPtr TypeValueTable) 

Instances

WrappedPtr TypeValueTable Source # 

Methods

wrappedPtrCalloc :: IO (Ptr TypeValueTable)

wrappedPtrCopy :: Ptr TypeValueTable -> IO (Ptr TypeValueTable)

wrappedPtrFree :: Maybe (FunPtr (Ptr TypeValueTable -> IO ()))

(~) AttrOpTag tag AttrSet => Constructible TypeValueTable tag Source # 

Methods

new :: MonadIO m => (ForeignPtr TypeValueTable -> TypeValueTable) -> [AttrOp TypeValueTable tag] -> m TypeValueTable

((~) * info (ResolveTypeValueTableMethod t TypeValueTable), MethodInfo * info TypeValueTable p) => IsLabel t (TypeValueTable -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TypeValueTable -> p

((~) * info (ResolveTypeValueTableMethod t TypeValueTable), MethodInfo * info TypeValueTable p) => IsLabelProxy t (TypeValueTable -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TypeValueTable -> p

type AttributeList TypeValueTable Source # 
type AttributeList TypeValueTable

newZeroTypeValueTable :: MonadIO m => m TypeValueTable Source #

Construct a TypeValueTable struct initialized to zero.

Properties

CollectFormat

typeValueTableCollectFormat :: AttrLabelProxy "collectFormat" Source #

typeValueTableReadCollectFormat :: MonadIO m => TypeValueTable -> m (Maybe Text) Source #

typeValueTableWriteCollectFormat :: MonadIO m => TypeValueTable -> CString -> m () Source #

LcopyFormat

typeValueTableLcopyFormat :: AttrLabelProxy "lcopyFormat" Source #

typeValueTableReadLcopyFormat :: MonadIO m => TypeValueTable -> m (Maybe Text) Source #

typeValueTableWriteLcopyFormat :: MonadIO m => TypeValueTable -> CString -> m () Source #