| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GLib.Structs.TestLogMsg
Description
- newtype TestLogMsg = TestLogMsg (ForeignPtr TestLogMsg)
- noTestLogMsg :: Maybe TestLogMsg
- testLogMsgFree :: MonadIO m => TestLogMsg -> m ()
- testLogMsgReadLogType :: TestLogMsg -> IO TestLogType
- testLogMsgReadNNums :: TestLogMsg -> IO Word32
- testLogMsgReadNStrings :: TestLogMsg -> IO Word32
- testLogMsgReadNums :: TestLogMsg -> IO Int64
- testLogMsgReadStrings :: TestLogMsg -> IO Text
Exported types
newtype TestLogMsg Source
Constructors
| TestLogMsg (ForeignPtr TestLogMsg) |
Methods
testLogMsgFree
testLogMsgFree :: MonadIO m => TestLogMsg -> m () Source