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.TestCase
Contents
Description
An opaque structure representing a test case.
Synopsis
- newtype TestCase = TestCase (ManagedPtr TestCase)
- noTestCase :: Maybe TestCase
Exported types
Memory-managed wrapper type.
Instances
WrappedPtr TestCase Source # | |
Defined in GI.GLib.Structs.TestCase Methods wrappedPtrCalloc :: IO (Ptr TestCase) wrappedPtrCopy :: TestCase -> IO TestCase wrappedPtrFree :: Maybe (FunPtr (Ptr TestCase -> IO ())) |
noTestCase :: Maybe TestCase Source #
A convenience alias for Nothing
:: Maybe
TestCase
.