| 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
Description
- newtype TestConfig = TestConfig (ForeignPtr TestConfig)
- newZeroTestConfig :: MonadIO m => m TestConfig
- noTestConfig :: Maybe TestConfig
- testConfigReadTestInitialized :: TestConfig -> IO Bool
- testConfigReadTestPerf :: TestConfig -> IO Bool
- testConfigReadTestQuick :: TestConfig -> IO Bool
- testConfigReadTestQuiet :: TestConfig -> IO Bool
- testConfigReadTestUndefined :: TestConfig -> IO Bool
- testConfigReadTestVerbose :: TestConfig -> IO Bool
Exported types
newtype TestConfig Source
Constructors
| TestConfig (ForeignPtr TestConfig) |
Instances
| ((~) * info (ResolveTestConfigMethod t TestConfig), MethodInfo * info TestConfig p) => IsLabel t (TestConfig -> p) Source | |
| ((~) * info (ResolveTestConfigMethod t TestConfig), MethodInfo * info TestConfig p) => IsLabelProxy t (TestConfig -> p) Source | |
newZeroTestConfig :: MonadIO m => m TestConfig Source
Construct a TestConfig struct initialized to zero.