gi-glib-2.0.26: GLib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GLib.Structs.TestConfig

Description

No description available in the introspection data.

Synopsis

Exported types

newtype TestConfig Source #

Memory-managed wrapper type.

newZeroTestConfig :: MonadIO m => m TestConfig Source #

Construct a TestConfig struct initialized to zero.

Methods

Properties

testInitialized

No description available in the introspection data.

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

Get the value of the “test_initialized” field. When overloading is enabled, this is equivalent to

get testConfig #testInitialized

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

Set the value of the “test_initialized” field. When overloading is enabled, this is equivalent to

set testConfig [ #testInitialized := value ]

testPerf

No description available in the introspection data.

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

Get the value of the “test_perf” field. When overloading is enabled, this is equivalent to

get testConfig #testPerf

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

Set the value of the “test_perf” field. When overloading is enabled, this is equivalent to

set testConfig [ #testPerf := value ]

testQuick

No description available in the introspection data.

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

Get the value of the “test_quick” field. When overloading is enabled, this is equivalent to

get testConfig #testQuick

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

Set the value of the “test_quick” field. When overloading is enabled, this is equivalent to

set testConfig [ #testQuick := value ]

testQuiet

No description available in the introspection data.

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

Get the value of the “test_quiet” field. When overloading is enabled, this is equivalent to

get testConfig #testQuiet

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

Set the value of the “test_quiet” field. When overloading is enabled, this is equivalent to

set testConfig [ #testQuiet := value ]

testUndefined

No description available in the introspection data.

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

Get the value of the “test_undefined” field. When overloading is enabled, this is equivalent to

get testConfig #testUndefined

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

Set the value of the “test_undefined” field. When overloading is enabled, this is equivalent to

set testConfig [ #testUndefined := value ]

testVerbose

No description available in the introspection data.

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

Get the value of the “test_verbose” field. When overloading is enabled, this is equivalent to

get testConfig #testVerbose

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

Set the value of the “test_verbose” field. When overloading is enabled, this is equivalent to

set testConfig [ #testVerbose := value ]