gi-glib-2.0.19: GLib bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.GLib.Structs.TestLogBuffer

Contents

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

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.