| 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)
- newZeroTestLogMsg :: MonadIO m => m TestLogMsg
- noTestLogMsg :: Maybe TestLogMsg
- data TestLogMsgFreeMethodInfo
- 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) |
Instances
| ((~) * info (ResolveTestLogMsgMethod t TestLogMsg), MethodInfo * info TestLogMsg p) => IsLabel t (TestLogMsg -> p) Source | |
| ((~) * info (ResolveTestLogMsgMethod t TestLogMsg), MethodInfo * info TestLogMsg p) => IsLabelProxy t (TestLogMsg -> p) Source | |
| ((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) TestLogMsgFreeMethodInfo TestLogMsg signature Source | |
newZeroTestLogMsg :: MonadIO m => m TestLogMsg Source
Construct a TestLogMsg struct initialized to zero.
Methods
testLogMsgFree
data TestLogMsgFreeMethodInfo Source
Instances
| ((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) TestLogMsgFreeMethodInfo TestLogMsg signature Source | |
testLogMsgFree :: MonadIO m => TestLogMsg -> m () Source