gi-glib-2.0.17: 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.DebugKey

Contents

Description

Associates a string with a bit flag. Used in parseDebugString.

Synopsis

Exported types

newtype DebugKey Source #

Memory-managed wrapper type.

Constructors

DebugKey (ManagedPtr DebugKey) 

newZeroDebugKey :: MonadIO m => m DebugKey Source #

Construct a DebugKey struct initialized to zero.

noDebugKey :: Maybe DebugKey Source #

A convenience alias for Nothing :: Maybe DebugKey.

Properties

key

the string

clearDebugKeyKey :: MonadIO m => DebugKey -> m () Source #

Set the value of the “key” field to Nothing. When overloading is enabled, this is equivalent to

clear #key

getDebugKeyKey :: MonadIO m => DebugKey -> m (Maybe Text) Source #

Get the value of the “key” field. When overloading is enabled, this is equivalent to

get debugKey #key

setDebugKeyKey :: MonadIO m => DebugKey -> CString -> m () Source #

Set the value of the “key” field. When overloading is enabled, this is equivalent to

set debugKey [ #key := value ]

value

the flag

getDebugKeyValue :: MonadIO m => DebugKey -> m Word32 Source #

Get the value of the “value” field. When overloading is enabled, this is equivalent to

get debugKey #value

setDebugKeyValue :: MonadIO m => DebugKey -> Word32 -> m () Source #

Set the value of the “value” field. When overloading is enabled, this is equivalent to

set debugKey [ #value := value ]