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

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroTestLogBuffer :: MonadIO m => m TestLogBuffer Source #

Construct a TestLogBuffer struct initialized to zero.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

free, push.

Getters

None.

Setters

None.

free

testLogBufferFree :: (HasCallStack, MonadIO m) => TestLogBuffer -> m () Source #

Internal function for gtester to free test log messages, no ABI guarantees provided.

push

testLogBufferPush :: (HasCallStack, MonadIO m) => TestLogBuffer -> Word32 -> Word8 -> m () Source #

Internal function for gtester to decode test log messages, no ABI guarantees provided.