gi-glib-2.0.23: GLib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

WrappedPtr 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.

noDebugKey :: Maybe DebugKey Source #

A convenience alias for Nothing :: Maybe DebugKey.

Methods

Overloaded 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 ]