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.GLib.Structs.TestConfig
Contents
Description
- newtype TestConfig = TestConfig (ManagedPtr TestConfig)
- newZeroTestConfig :: MonadIO m => m TestConfig
- noTestConfig :: Maybe TestConfig
- getTestConfigTestInitialized :: MonadIO m => TestConfig -> m Bool
- setTestConfigTestInitialized :: MonadIO m => TestConfig -> Bool -> m ()
- testConfig_testInitialized :: AttrLabelProxy "testInitialized"
- getTestConfigTestPerf :: MonadIO m => TestConfig -> m Bool
- setTestConfigTestPerf :: MonadIO m => TestConfig -> Bool -> m ()
- testConfig_testPerf :: AttrLabelProxy "testPerf"
- getTestConfigTestQuick :: MonadIO m => TestConfig -> m Bool
- setTestConfigTestQuick :: MonadIO m => TestConfig -> Bool -> m ()
- testConfig_testQuick :: AttrLabelProxy "testQuick"
- getTestConfigTestQuiet :: MonadIO m => TestConfig -> m Bool
- setTestConfigTestQuiet :: MonadIO m => TestConfig -> Bool -> m ()
- testConfig_testQuiet :: AttrLabelProxy "testQuiet"
- getTestConfigTestUndefined :: MonadIO m => TestConfig -> m Bool
- setTestConfigTestUndefined :: MonadIO m => TestConfig -> Bool -> m ()
- testConfig_testUndefined :: AttrLabelProxy "testUndefined"
- getTestConfigTestVerbose :: MonadIO m => TestConfig -> m Bool
- setTestConfigTestVerbose :: MonadIO m => TestConfig -> Bool -> m ()
- testConfig_testVerbose :: AttrLabelProxy "testVerbose"
Exported types
newtype TestConfig #
Constructors
TestConfig (ManagedPtr TestConfig) |
Instances
WrappedPtr TestConfig # | |
(~) AttrOpTag tag AttrSet => Constructible TestConfig tag # | |
((~) * info (ResolveTestConfigMethod t TestConfig), MethodInfo * info TestConfig p) => IsLabel t (TestConfig -> p) # | |
((~) * info (ResolveTestConfigMethod t TestConfig), MethodInfo * info TestConfig p) => IsLabelProxy t (TestConfig -> p) # | |
HasAttributeList * TestConfig # | |
type AttributeList TestConfig # | |
newZeroTestConfig :: MonadIO m => m TestConfig #
Construct a TestConfig
struct initialized to zero.
Properties
testInitialized
getTestConfigTestInitialized :: MonadIO m => TestConfig -> m Bool #
setTestConfigTestInitialized :: MonadIO m => TestConfig -> Bool -> m () #
testConfig_testInitialized :: AttrLabelProxy "testInitialized" #
testPerf
getTestConfigTestPerf :: MonadIO m => TestConfig -> m Bool #
setTestConfigTestPerf :: MonadIO m => TestConfig -> Bool -> m () #
testConfig_testPerf :: AttrLabelProxy "testPerf" #
testQuick
getTestConfigTestQuick :: MonadIO m => TestConfig -> m Bool #
setTestConfigTestQuick :: MonadIO m => TestConfig -> Bool -> m () #
testConfig_testQuick :: AttrLabelProxy "testQuick" #
testQuiet
getTestConfigTestQuiet :: MonadIO m => TestConfig -> m Bool #
setTestConfigTestQuiet :: MonadIO m => TestConfig -> Bool -> m () #
testConfig_testQuiet :: AttrLabelProxy "testQuiet" #
testUndefined
getTestConfigTestUndefined :: MonadIO m => TestConfig -> m Bool #
setTestConfigTestUndefined :: MonadIO m => TestConfig -> Bool -> m () #
testConfig_testUndefined :: AttrLabelProxy "testUndefined" #
testVerbose
getTestConfigTestVerbose :: MonadIO m => TestConfig -> m Bool #
setTestConfigTestVerbose :: MonadIO m => TestConfig -> Bool -> m () #
testConfig_testVerbose :: AttrLabelProxy "testVerbose" #