gi-glib-2.0.24: GLib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

Overloaded methods

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.