gi-glib-2.0.2: GLib 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.GLib.Structs.TestConfig

Contents

Description

 

Synopsis

Exported types

newtype TestConfig Source #

Constructors

TestConfig (ForeignPtr TestConfig) 

Instances

WrappedPtr TestConfig Source # 

Methods

wrappedPtrCalloc :: IO (Ptr TestConfig)

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

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

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

Methods

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

((~) * info (ResolveTestConfigMethod t TestConfig), MethodInfo * info TestConfig p) => IsLabel t (TestConfig -> p) Source # 

Methods

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

((~) * info (ResolveTestConfigMethod t TestConfig), MethodInfo * info TestConfig p) => IsLabelProxy t (TestConfig -> p) Source # 

Methods

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

type AttributeList TestConfig Source # 
type AttributeList TestConfig

newZeroTestConfig :: MonadIO m => m TestConfig Source #

Construct a TestConfig struct initialized to zero.

Properties

TestInitialized

testConfigTestInitialized :: AttrLabelProxy "testInitialized" Source #

testConfigWriteTestInitialized :: MonadIO m => TestConfig -> Bool -> m () Source #

TestPerf

testConfigReadTestPerf :: MonadIO m => TestConfig -> m Bool Source #

testConfigTestPerf :: AttrLabelProxy "testPerf" Source #

testConfigWriteTestPerf :: MonadIO m => TestConfig -> Bool -> m () Source #

TestQuick

testConfigReadTestQuick :: MonadIO m => TestConfig -> m Bool Source #

testConfigTestQuick :: AttrLabelProxy "testQuick" Source #

testConfigWriteTestQuick :: MonadIO m => TestConfig -> Bool -> m () Source #

TestQuiet

testConfigReadTestQuiet :: MonadIO m => TestConfig -> m Bool Source #

testConfigTestQuiet :: AttrLabelProxy "testQuiet" Source #

testConfigWriteTestQuiet :: MonadIO m => TestConfig -> Bool -> m () Source #

TestUndefined

testConfigTestUndefined :: AttrLabelProxy "testUndefined" Source #

testConfigWriteTestUndefined :: MonadIO m => TestConfig -> Bool -> m () Source #

TestVerbose

testConfigReadTestVerbose :: MonadIO m => TestConfig -> m Bool Source #

testConfigTestVerbose :: AttrLabelProxy "testVerbose" Source #

testConfigWriteTestVerbose :: MonadIO m => TestConfig -> Bool -> m () Source #