gi-glib-2.0.2: GLib bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GLib.Structs.TestLogMsg

Contents

Description

 

Synopsis

Exported types

newtype TestLogMsg Source #

Constructors

TestLogMsg (ForeignPtr TestLogMsg) 

Instances

WrappedPtr TestLogMsg Source # 

Methods

wrappedPtrCalloc :: IO (Ptr TestLogMsg)

wrappedPtrCopy :: Ptr TestLogMsg -> IO (Ptr TestLogMsg)

wrappedPtrFree :: Maybe (FunPtr (Ptr TestLogMsg -> IO ()))

(~) AttrOpTag tag AttrSet => Constructible TestLogMsg tag Source # 

Methods

new :: MonadIO m => (ForeignPtr TestLogMsg -> TestLogMsg) -> [AttrOp TestLogMsg tag] -> m TestLogMsg

((~) * info (ResolveTestLogMsgMethod t TestLogMsg), MethodInfo * info TestLogMsg p) => IsLabel t (TestLogMsg -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TestLogMsg -> p

((~) * info (ResolveTestLogMsgMethod t TestLogMsg), MethodInfo * info TestLogMsg p) => IsLabelProxy t (TestLogMsg -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TestLogMsg -> p

((~) * signature (m ()), MonadIO m) => MethodInfo * TestLogMsgFreeMethodInfo TestLogMsg signature Source # 

Methods

overloadedMethod :: MethodProxy TestLogMsgFreeMethodInfo TestLogMsg -> signature -> s

type AttributeList TestLogMsg Source # 
type AttributeList TestLogMsg

newZeroTestLogMsg :: MonadIO m => m TestLogMsg Source #

Construct a TestLogMsg struct initialized to zero.

Methods

testLogMsgFree

data TestLogMsgFreeMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m) => MethodInfo * TestLogMsgFreeMethodInfo TestLogMsg signature Source # 

Methods

overloadedMethod :: MethodProxy TestLogMsgFreeMethodInfo TestLogMsg -> signature -> s

testLogMsgFree :: MonadIO m => TestLogMsg -> m () Source #

Properties

LogType

testLogMsgLogType :: AttrLabelProxy "logType" Source #

NNums

testLogMsgNNums :: AttrLabelProxy "nNums" Source #

testLogMsgReadNNums :: MonadIO m => TestLogMsg -> m Word32 Source #

testLogMsgWriteNNums :: MonadIO m => TestLogMsg -> Word32 -> m () Source #

NStrings

testLogMsgNStrings :: AttrLabelProxy "nStrings" Source #

testLogMsgReadNStrings :: MonadIO m => TestLogMsg -> m Word32 Source #

testLogMsgWriteNStrings :: MonadIO m => TestLogMsg -> Word32 -> m () Source #

Nums

testLogMsgNums :: AttrLabelProxy "nums" Source #

testLogMsgReadNums :: MonadIO m => TestLogMsg -> m CLong Source #

testLogMsgWriteNums :: MonadIO m => TestLogMsg -> CLong -> m () Source #

Strings

testLogMsgClearStrings :: MonadIO m => TestLogMsg -> m () Source #

testLogMsgReadStrings :: MonadIO m => TestLogMsg -> m (Maybe Text) Source #

testLogMsgStrings :: AttrLabelProxy "strings" Source #

testLogMsgWriteStrings :: MonadIO m => TestLogMsg -> CString -> m () Source #