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.TestCase

Description

An opaque structure representing a test case.

Synopsis

Exported types

newtype TestCase Source #

Memory-managed wrapper type.

Constructors

TestCase (ManagedPtr TestCase) 

Instances

Instances details
Eq TestCase Source # 
Instance details

Defined in GI.GLib.Structs.TestCase

BoxedPtr TestCase Source # 
Instance details

Defined in GI.GLib.Structs.TestCase

ManagedPtrNewtype TestCase Source # 
Instance details

Defined in GI.GLib.Structs.TestCase

Methods

Click to display all available methods, including inherited ones

Expand

Methods

free.

Getters

None.

Setters

None.

free

testCaseFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestCase

testCase: a TestCase

-> m () 

Free the testCase.

Since: 2.70