gi-glib-2.0.25: GLib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
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.

Constructors

TestConfig (ManagedPtr TestConfig) 

Instances

Instances details
Eq TestConfig Source # 
Instance details

Defined in GI.GLib.Structs.TestConfig

BoxedPtr TestConfig Source # 
Instance details

Defined in GI.GLib.Structs.TestConfig

CallocPtr TestConfig Source # 
Instance details

Defined in GI.GLib.Structs.TestConfig

ManagedPtrNewtype TestConfig Source # 
Instance details

Defined in GI.GLib.Structs.TestConfig

Methods

toManagedPtr :: TestConfig -> ManagedPtr TestConfig

tag ~ 'AttrSet => Constructible TestConfig tag Source # 
Instance details

Defined in GI.GLib.Structs.TestConfig

Methods

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

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 ]