| 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.DebugKey
Contents
Description
Associates a string with a bit flag. Used in g_parse_debug_string().
- newtype DebugKey = DebugKey (ForeignPtr DebugKey)
- newZeroDebugKey :: MonadIO m => m DebugKey
- noDebugKey :: Maybe DebugKey
- debugKeyReadKey :: DebugKey -> IO Text
- debugKeyReadValue :: DebugKey -> IO Word32
Exported types
Constructors
| DebugKey (ForeignPtr DebugKey) |
newZeroDebugKey :: MonadIO m => m DebugKey Source
Construct a DebugKey struct initialized to zero.
Properties
Key
debugKeyReadKey :: DebugKey -> IO Text Source
Value
debugKeyReadValue :: DebugKey -> IO Word32 Source