gi-glib-2.0.26: GLib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GLib.Structs.DebugKey

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) 

Instances

Instances details
Eq DebugKey Source # 
Instance details

Defined in GI.GLib.Structs.DebugKey

BoxedPtr DebugKey Source # 
Instance details

Defined in GI.GLib.Structs.DebugKey

CallocPtr DebugKey Source # 
Instance details

Defined in GI.GLib.Structs.DebugKey

ManagedPtrNewtype DebugKey Source # 
Instance details

Defined in GI.GLib.Structs.DebugKey

tag ~ 'AttrSet => Constructible DebugKey tag Source # 
Instance details

Defined in GI.GLib.Structs.DebugKey

Methods

new :: MonadIO m => (ManagedPtr DebugKey -> DebugKey) -> [AttrOp DebugKey tag] -> m DebugKey #

newZeroDebugKey :: MonadIO m => m DebugKey Source #

Construct a DebugKey struct initialized to zero.

Methods

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 ]